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
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
Kick things off by filling out the form below.
Leave a Comment