software, business, and fun
cambodia

simple postgresql cli commands:

psql -d dbname -u

\? help
\d = describe
\d tablename

dump a database:

travis@debian~ $ pg_dump -d dbname -u > out.sql

prompts for user/pass

0 comments

There are no comments yet...

Kick things off by filling out the form below.

Leave a Comment