postgresql_user
15.2 KB
-
postgresql_user: Add support for PUBLIC · 4a90e2b5
This change enables users to add and remove permissions to all roles, using the PUBLIC user. This is equivalent to using the PUBLIC keyword in GRANT and DENY postgres SQL commands. For example, see: <http://www.postgresql.org/docs/current/interactive/sql-grant.html> Fixes #1833
Lorin Hochstein committed