| Quirky thing | Explanation |
|---|---|
psql -h <address> -p 5432 -U <username> |
Prompt for password and connect to psql |
\h |
SQL help |
\? |
PSQL help |
\d |
Describe everything |
| Quirky thing | Explanation |
|---|---|
psql -h <address> -p 5432 -U <username> |
Prompt for password and connect to psql |
\h |
SQL help |
\? |
PSQL help |
\d |
Describe everything |