Table of Contents

Postgres

Logging in:

su - postgres
psql <database>

Common Commands

\dt - show tables
\l - show databases
\d <table> - describe table

Command line tools

Dump database

pg_dump <dbname> >file