File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1535,7 +1535,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
1535
1535
be added through data modification commands. By default, tables do
1536
1536
not have any policies and all rows are visible and able to be added,
1537
1537
subject to the regular <xref linkend="ddl-priv"> system. This is
1538
- also known to as Row Level Security.
1538
+ also known as Row Level Security.
1539
1539
</para>
1540
1540
1541
1541
<para>
@@ -1550,10 +1550,10 @@ REVOKE ALL ON accounts FROM PUBLIC;
1550
1550
1551
1551
<para>
1552
1552
Row security policies can be specific to commands, or to roles, or to
1553
- both. The commands available are <literal>SELECT</>, < literal>INSERT</ >,
1554
- <literal>UPDATE </>, and <literal>DELETE </>. Multiple roles can be
1555
- assigned to a given policy and normal role membership and inheiritance
1556
- rules apply.
1553
+ both. The commands available are <literal>ALL</ literal>,
1554
+ <literal>SELECT </>, <literal>INSERT</>, <literal>UPDATE </>, and
1555
+ <literal>DELETE</>. Multiple roles can be assigned to a given policy
1556
+ and normal role membership and inheiritance rules apply.
1557
1557
</para>
1558
1558
1559
1559
<para>
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ parse_row_security_command(const char *cmd_name)
108
108
char cmd ;
109
109
110
110
if (!cmd_name )
111
- elog (ERROR , "unregonized command" );
111
+ elog (ERROR , "unrecognized command" );
112
112
113
113
if (strcmp (cmd_name , "all" ) == 0 )
114
114
cmd = 0 ;
You can’t perform that action at this time.
0 commit comments