aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorStephen Frost <sfrost@snowman.net>2014-09-24 17:45:11 -0400
committerStephen Frost <sfrost@snowman.net>2014-09-24 17:45:11 -0400
commitafd1d95f5bf0cb48af77e5897eb4c356b5371c7b (patch)
treeb33503afbde5e04448c3cb225c07eb785365b698 /doc/src
parent6550b901fe7c47c03775400e0c790c6c1234a017 (diff)
downloadpostgresql-afd1d95f5bf0cb48af77e5897eb4c356b5371c7b.tar.gz
postgresql-afd1d95f5bf0cb48af77e5897eb4c356b5371c7b.zip
Copy-editing of row security
Address a few typos in the row security update, pointed out off-list by Adam Brightwell. Also include 'ALL' in the list of commands supported, for completeness.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ddl.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index e5ee5910513..98e897aeb6c 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -1535,7 +1535,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
be added through data modification commands. By default, tables do
not have any policies and all rows are visible and able to be added,
subject to the regular <xref linkend="ddl-priv"> system. This is
- also known to as Row Level Security.
+ also known as Row Level Security.
</para>
<para>
@@ -1550,10 +1550,10 @@ REVOKE ALL ON accounts FROM PUBLIC;
<para>
Row security policies can be specific to commands, or to roles, or to
- both. The commands available are <literal>SELECT</>, <literal>INSERT</>,
- <literal>UPDATE</>, and <literal>DELETE</>. Multiple roles can be
- assigned to a given policy and normal role membership and inheiritance
- rules apply.
+ both. The commands available are <literal>ALL</literal>,
+ <literal>SELECT</>, <literal>INSERT</>, <literal>UPDATE</>, and
+ <literal>DELETE</>. Multiple roles can be assigned to a given policy
+ and normal role membership and inheiritance rules apply.
</para>
<para>