Re: Default Privilege Table ANY ROLE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Nicolas Paris <nicolas(dot)paris(at)riseup(dot)net>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Default Privilege Table ANY ROLE
Date: 2018-11-14 20:53:39
Message-ID: 12333.1542228819@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Maybe I'm missing something, but doesn't this solve your problem
as stated?

ALTER DEFAULT PRIVILEGES IN SCHEMA myschema GRANT SELECT ON TABLES TO public;

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2018-11-14 21:08:44 Re: pg_dump out of memory for large table with LOB
Previous Message Tom Lane 2018-11-14 20:50:11 Re: pg_dump out of memory for large table with LOB