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
- Host: GitHub
- URL: https://github.com/rudi-bruchez/pgsql-scripts
- Owner: rudi-bruchez
- License: unlicense
- Created: 2022-10-01T10:32:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T07:01:49.000Z (almost 2 years ago)
- Last Synced: 2026-01-21T05:42:58.257Z (6 months ago)
- Topics: database, pgsql, postgresql
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |