PostgreSQL

From artserver wiki
Revision as of 21:28, 24 February 2020 by Andre (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

psql

sudo su postgres
psql

essential commands

list dbs:

\l

change db:

\c dbname

list tables:

\dt

pgadmin

pgadmin4


Date:2020 Section:Code Notes