community.general/lib/ansible/modules/database/postgresql
Michael J. Schultz 588d03db8d 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
2016-12-08 11:22:36 -05:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
postgresql_db.py Build the db connection on "postgres" instead of "template1" 2016-12-08 11:22:36 -05:00
postgresql_privs.py Add USAGE as a valid privilege 2016-12-08 11:22:31 -05:00
postgresql_user.py Add USAGE as a valid privilege 2016-12-08 11:22:31 -05:00