RLS related docs - Mailing list pgsql-hackers

From Joe Conway
Subject RLS related docs
Date
Msg-id 5744FA24.3030008@joeconway.com
Whole thread Raw
Responses Re: RLS related docs  (Dean Rasheed <dean.a.rasheed@gmail.com>)
List pgsql-hackers
Please see attached two proposed patches for the docs related to RLS:

1) Correction to pg_restore
2) Additional mentions that "COPY FROM" does not allow RLS to be enabled

Comments?

Related question: I believe

  COPY tbl TO ...

is internally converted to

  COPY (select * FROM tbl) TO ...

when RLS is involved. Do we want to document that?

Joe

--
Crunchy Data - http://crunchydata.com
PostgreSQL Support for Secure Enterprises
Consulting, Training, & Open Source Development

Attachment

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: new tests post-feature freeze (was pgsql: Add TAP tests for pg_dump)
Next
From: Robert Haas
Date:
Subject: Re: Parallel safety tagging of extension functions