Update docs/PostgreSQL/2026-02-17-commandes-utiles.md
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
jf
2026-02-18 10:47:26 +01:00
parent 6c5a58bcc0
commit 9b8a4f8f59

View File

@@ -15,7 +15,7 @@ SELECT table_name, column_name FROM information_schema.columns where table_name
``` ```
## Commenter ## 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` ### 1. En utilisant `-- Commentaire`