From 6c5a58bcc0aa55ec7f04b083a206912658faa811 Mon Sep 17 00:00:00 2001 From: jf Date: Wed, 18 Feb 2026 10:45:19 +0100 Subject: [PATCH] Update docs/PostgreSQL/2026-02-17-commandes-utiles.md --- docs/PostgreSQL/2026-02-17-commandes-utiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PostgreSQL/2026-02-17-commandes-utiles.md b/docs/PostgreSQL/2026-02-17-commandes-utiles.md index 5462bf7..f97d425 100644 --- a/docs/PostgreSQL/2026-02-17-commandes-utiles.md +++ b/docs/PostgreSQL/2026-02-17-commandes-utiles.md @@ -15,7 +15,7 @@ SELECT table_name, column_name FROM information_schema.columns where table_name ``` ## Commenter -[source]: https://www.techonthenet.com/postgresql/comments.php +[source](https://www.techonthenet.com/postgresql/comments.php) ### 1. En utilisant `-- Commentaire`