This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
сервис_postgresql [2023/12/09 10:48] val [psql] |
сервис_postgresql [2025/02/28 10:31] (current) val [psql] |
||
---|---|---|---|
Line 8: | Line 8: | ||
* [[https://www.postgresqltutorial.com/postgresql-administration/psql-commands/|17 Practical psql Commands That You Don’t Want To Miss]] | * [[https://www.postgresqltutorial.com/postgresql-administration/psql-commands/|17 Practical psql Commands That You Don’t Want To Miss]] | ||
+ | <code> | ||
+ | postgres=# \l | ||
+ | |||
+ | postgres=# \c blogs | ||
+ | |||
+ | blogs=# \dt | ||
+ | |||
+ | blogs=# \d table_name | ||
+ | </code> |