From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Omission in GRANT documentation |
Date: | 2017-10-11 20:58:21 |
Message-ID: | 29237.1507755501@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> writes:
> grant.sgml says that
> the default privileges granted to PUBLIC are as follows: CONNECT and
> CREATE TEMP TABLE for databases; EXECUTE privilege for functions;
> and USAGE privilege for languages.
> But types also have the USAGE privilege for PUBLIC by default:
Yup, that's an oversight.
> Hence I propose the attached documentation patch.
Pushed, with a bit of additional wordsmithing.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2017-10-11 21:11:20 | Re: [HACKERS] Re: BUG #14821: idle_in_transaction_session_timeout sometimes gets ignored when statement timeout is pending |
Previous Message | Peter Geoghegan | 2017-10-11 20:54:50 | Re: Pluggable storage |