You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
11 years ago
..
__init__.py Some more module categorization. 11 years ago
postgresql_db.py Build the db connection on `"postgres"` instead of `"template1"` 11 years ago
postgresql_privs.py Add USAGE as a valid privilege 11 years ago
postgresql_user.py Add USAGE as a valid privilege 11 years ago