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`