An open API service indexing awesome lists of open source software.

https://github.com/rudi-bruchez/pgsql-scripts

SQL Scripts for PostgreSQL management and diagnostic
https://github.com/rudi-bruchez/pgsql-scripts

database pgsql postgresql

Last synced: 4 months ago
JSON representation

SQL Scripts for PostgreSQL management and diagnostic

Awesome Lists containing this project

README

          

# pgsql-scripts
SQL Scripts for PostgreSQL management and diagnostic

## psql help

| Command | Description |
| --- | --- |
| \connect DBNAME | Change database context |
| \c DBNAME | Change database context |
| \conninfo | Show current connection information |
| \d | List relations |
| \d+ | List relations with extended information |
| \q | quit psql |