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`