From a9dfc40c51b2cd115ff26391509361689f13f56e Mon Sep 17 00:00:00 2001 From: Lorin Hochstein <lorin@nimbisservices.com> Date: Mon, 18 Feb 2013 22:59:51 -0500 Subject: [PATCH] Add documentation about PUBLIC user --- postgresql_user | 3 +++ 1 file changed, 3 insertions(+) diff --git a/postgresql_user b/postgresql_user index ab8b4590152..b381bea52cd 100644 --- a/postgresql_user +++ b/postgresql_user @@ -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 '''