Add documentation about PUBLIC user

This commit is contained in:
Lorin Hochstein 2013-02-18 22:59:51 -05:00
parent 6952d16979
commit a9dfc40c51

View file

@ -110,6 +110,9 @@ notes:
PostgreSQL must also be installed on the remote host. For Ubuntu-based
systems, install the postgresql, libpq-dev, and python-psycopg2 packages
on the remote host before using this module.
- If you specify PUBLIC as the user, then the privilege changes will apply
to all users. You may not specify password or role_attr_flags when the
PUBLIC user is specified.
requirements: [ psycopg2 ]
author: Lorin Hochstein
'''