ansible/database/postgresql
Michael J. Schultz b894bc2b77 Build the db connection on "postgres" instead of "template1"
According to the postgresql docs[1], you should not have a connection with
`"template1"` when copying multiple databases.

[1]: http://www.postgresql.org/docs/9.1/static/manage-ag-templatedbs.html
2014-12-23 14:16:29 -06:00
..
__init__.py Some more module categorization. 2014-11-04 17:23:22 -05:00
postgresql_db.py Build the db connection on "postgres" instead of "template1" 2014-12-23 14:16:29 -06:00
postgresql_privs.py Add USAGE as a valid privilege 2014-12-03 14:43:20 -08:00
postgresql_user.py Add USAGE as a valid privilege 2014-12-03 14:43:20 -08:00