On 2012-08-27, Stephen Crawford <[email protected]> wrote: > Is there a simple way to grant SELECT privileges to a user for all the > tables in a database, without having to do it for each table?
grant the role (membership of) a role that already has the priveleges. -- ⚂⚃ 100% natural -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
