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 Scherer 2e7cd6e02a Port postgresql module to python3 (#4579)
Iteritems is no longer a dict method in Python3, replace it with
the six wrapper.
8 years ago
..
__init__.py Some more module categorization. 10 years ago
postgresql_db.py Port postgresql module to python3 (#4579) 8 years ago
postgresql_privs.py Convert all databases modules to python3 and 2.4 syntax (#3688) 8 years ago
postgresql_user.py Port postgresql module to python3 (#4579) 8 years ago