RLS related docs

From: Joe Conway <mail(at)joeconway(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: RLS related docs
Date: 2016-05-25 01:04:36
Message-ID: 5744FA24.3030008@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
2016.05.24.00-pg_restore.sgml.diff text/x-diff 751 bytes
2016.05.24.00-RLS.docs.diff text/x-diff 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-05-25 01:04:53 Re: BUG #14155: bloom index error with unlogged table
Previous Message Noah Misch 2016-05-25 01:04:10 Re: new tests post-feature freeze (was pgsql: Add TAP tests for pg_dump)