Re: Add sentence about SECURITY LABEL object ownership

2025-06-07 Thread Patrick Stählin
On 6/5/25 4:21 PM, Laurenz Albe wrote: + + + You must own the database object to use the SECURITY LABEL. + Wouldn't it be more accurate to say that you have to be a member of the owning role? But perhaps that would be complicated enough to confuse many users. We're calling

Add sentence about SECURITY LABEL object ownership

2025-06-05 Thread Patrick Stählin
Hi, I noticed that we don't document that you need to own the object being modified by SECURITY LABEL. Page: https://www.postgresql.org/docs/current/sql-security-label.html I've attached a patch that would have answered that question (for me) without diving into the code. Thanks, PatrickFr