Commit Graph
10 Commits
Author SHA1 Message Date
J Smith 1b2dabcd2e Add a bunch of additional options for pg_dump. 2012-09-11 14:29:00 -04:00
J Smith 625eaa58ce Add the -T/--exclude-table option for pg_dump. 2012-09-11 14:29:00 -04:00
J Smith d1e2e96be8 Add the -N/--exclude-schema option for pg_dump. 2012-09-11 14:29:00 -04:00
J Smith bc8ef15557 Add _pgsql_schemas to grab the list of schemas for pg_dump. 2012-09-11 14:29:00 -04:00
J Smith 5921809d49 Add the -E/--encoding option for pg_dump. 2012-09-11 14:29:00 -04:00
J Smith 603bd2f4e1 Add the initdb command. 2012-09-10 01:18:33 -04:00
J Smith 6b1c882e9d Add the createuser and dropuser commands. 2012-09-10 01:18:33 -04:00
J Smith cfb8da6fb2 Get the list of encodings from the database cluster. 2012-09-10 01:18:33 -04:00
J Smith c5a5033e08 Connect to template1 when getting the list of databases.
We can't assume that the user will have a database that shares their
user name.
2012-09-10 01:18:33 -04:00
J Smith 98f5f1abc1 Fix typo -- "oin" should be "oid". 2012-09-10 01:18:33 -04:00