cheatsheets/postgresql.md

5 lines
101 B
Markdown

* Show tables: `\dt`
* Show databases: `\l`
* Show columns of a table: `\d table` or `\d+ table`