- 06 Mar, 2014 1 commit
-
-
This is not supported in Python 2.6. Just use positional arguments.
Jimena Cabrera-Notari committed
-
- 02 Dec, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 18 Nov, 2013 1 commit
-
-
raise errors when omitted, updated changelog with new modules.
Michael DeHaan committed
-
- 05 Sep, 2013 1 commit
-
-
Defaults arguments must not be added to the connection keywords, as the other postgresql modules already do. Closes #4043
Aurélien Bompard committed
-
- 17 Jun, 2013 1 commit
-
-
Jan-Piet Mens committed
-
- 01 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-
- 03 May, 2013 1 commit
-
-
Use psycopg2's mapping from PostgreSQL encoding names to Python codec names.
Bernhard Weitzhofer committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 13 Apr, 2013 1 commit
-
-
This Module allows to manage privileges on PostgreSQL database objects (currently: tables, sequences, functions, databases, schemas, languages and tablespaces) as well as group role memberships. It is basically a wrapper around most of the functionality of PostgreSQL's GRANT and REVOKE statements with additional detection of changes and support for dry-runs (check-mode). postgresql_privs should work with PostgreSQL 8.4 and above. Python Module psycopg2 is required on the remote host.
Bernhard Weitzhofer committed
-