From 9b8a4f8f59ba5902ae3ffacc431b7c62ecc1ef35 Mon Sep 17 00:00:00 2001 From: jf Date: Wed, 18 Feb 2026 10:47:26 +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 f97d425..ef89e24 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](https://www.techonthenet.com/postgresql/comments.php) ### 1. En utilisant `-- Commentaire`