Re: fir for row level security

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: splarv(at)ya(dot)ru, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: fir for row level security
Date: 2024-11-01 14:23:25
Message-ID: ZyTkXdes2-Gyfyww@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Fri, Nov 1, 2024 at 11:04:53AM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/16/ddl-rowsecurity.html
> Description:
>
> Cite
> When multiple policies apply to a given query, they are combined using
> either OR (for permissive policies, which are the default) or using AND (for
> restrictive policies). This is similar to the rule that a given role has the
> privileges of all roles that they are a member of.
> end cite
>
> Not clear for what is "this is". May be better "The default behaviour is
> similar..."

I see your point. Attached is a patch which clarifies this.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

When a patient asks the doctor, "Am I going to die?", he means
"Am I going to die soon?"

Attachment Content-Type Size
policy.diff text/x-diff 753 bytes

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2024-11-01 16:47:16 pgsql: doc: improve build for non-Latin1 characters
Previous Message Bruce Momjian 2024-11-01 13:24:47 Re: PostgreSQL limits