====== Postgres ====== ===== Logging in: ===== su - postgres psql ===== Common Commands ===== \dt - show tables \l - show databases \d - describe table ===== Command line tools ===== === Dump database === pg_dump >file