PostgreSQL

From artserver wiki

psql

sudo su postgres
psql

essential commands

list dbs:

\l

change db:

\c dbname

list tables:

\dt

pgadmin

pgadmin4


Date:2020 Section:Code Notes