From 5f904924bc270fd2d8dcc29f8267515e79a07baf Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 2 Oct 2015 21:22:44 -0400 Subject: [PATCH] doc: Make some index terms and terminology more consistent --- doc/src/sgml/ddl.sgml | 13 ++----------- doc/src/sgml/ref/create_policy.sgml | 2 +- doc/src/sgml/ref/create_role.sgml | 2 +- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index e9499d3a42..a796f6c906 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -1512,20 +1512,11 @@ REVOKE ALL ON accounts FROM PUBLIC; Row Security Policies - rowsecurity + row security - rls - - - - policies - policy - - - - POLICY + policy diff --git a/doc/src/sgml/ref/create_policy.sgml b/doc/src/sgml/ref/create_policy.sgml index 7b4f9438cd..a4043f629d 100644 --- a/doc/src/sgml/ref/create_policy.sgml +++ b/doc/src/sgml/ref/create_policy.sgml @@ -112,7 +112,7 @@ CREATE POLICY name ON name [ [ WITH ] NOBYPASSRLS - These clauses determine whether a role is allowed to bypass row-security + These clauses determine whether a role is allowed to bypass row-level security (RLS) policies. A role having the BYPASSRLS attribute will be allowed to bypass row-security policies by setting row_security to