RLS related docs
Joe Conway <mail@joeconway.com>
From: Joe Conway <mail@joeconway.com>
To: PostgreSQL-development <pgsql-hackers@postgreSQL.org>
Date: 2016-05-25T01:04:36Z
Lists: pgsql-hackers
Attachments
- 2016.05.24.00-pg_restore.sgml.diff (text/x-diff) patch
- 2016.05.24.00-RLS.docs.diff (text/x-diff) patch
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
Commits
-
Improve RLS documentation with respect to COPY
- 53afdef662ef 9.5.6 landed
- 51e9df7a1005 9.6.2 landed
- 0a85c102254b 10.0 landed