| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Nathan Bossart <nathandbossart(at)gmail(dot)com> |
| Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, "Ing(dot) Marijo Kristo" <marijo(dot)kristo(at)icloud(dot)com>, PostgreSQL Bug List <pgsql-bugs(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Revoke Connect Privilege from Database not working |
| Date: | 2026-03-18 17:58:55 |
| Message-ID: | 806557.1773856735@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-sql |
Nathan Bossart <nathandbossart(at)gmail(dot)com> writes:
> On Wed, Mar 18, 2026 at 12:36:17PM -0400, Tom Lane wrote:
>> the word "possess" seems a little ambiguous --- it's not clear whether
>> it means SET or INHERIT privileges. The grammar nerd in me doesn't
>> like "they" either. How about s/they possess/it inherits/ ?
>> (likewise in revoke.sgml)
> This crossed my mind when copy/pasting from the "GRANT on Roles" section,
> but I obviously didn't do anything about it. Fixed in the attached.
v4 LGTM.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeff Davis | 2026-03-18 19:09:54 | ALTER FOREIGN DATA WRAPPER can drop dependency on handler |
| Previous Message | Kirill Reshke | 2026-03-18 17:55:22 | Re: BUG #19435: Error: "No relation entry for relid 2" Triggered by Complex Join with Self-Referencing Tables |
| From | Date | Subject | |
|---|---|---|---|
| Previous Message | Nathan Bossart | 2026-03-18 17:47:17 | Re: Revoke Connect Privilege from Database not working |