@@ -75,7 +75,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
75
75
default for newly created policies is that they apply for all commands and
76
76
roles, unless otherwise specified. Multiple policies may apply to a single
77
77
command; see below for more details.
78
- <xref linkend="sql-createpolicy-summary"> summarizes how the different types
78
+ <xref linkend="sql-createpolicy-summary"/ > summarizes how the different types
79
79
of policy apply to specific commands.
80
80
</para>
81
81
@@ -398,9 +398,9 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
398
398
<table id="sql-createpolicy-summary">
399
399
<title>Policies Applied by Command Type</title>
400
400
<tgroup cols="6">
401
- <colspec colnum="4" colname="update-using">
402
- <colspec colnum="5" colname="update-check">
403
- <spanspec namest="update-using" nameend="update-check" spanname="update">
401
+ <colspec colnum="4" colname="update-using"/ >
402
+ <colspec colnum="5" colname="update-check"/ >
403
+ <spanspec namest="update-using" nameend="update-check" spanname="update"/ >
404
404
<thead>
405
405
<row>
406
406
<entry morerows="1">Command</entry>
@@ -463,7 +463,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
463
463
<entry><command>UPDATE</command></entry>
464
464
<entry>
465
465
Existing & new rows
466
- <footnoteref linkend="rls-select-priv">
466
+ <footnoteref linkend="rls-select-priv"/ >
467
467
</entry>
468
468
<entry>—</entry>
469
469
<entry>Existing row</entry>
@@ -474,7 +474,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
474
474
<entry><command>DELETE</command></entry>
475
475
<entry>
476
476
Existing row
477
- <footnoteref linkend="rls-select-priv">
477
+ <footnoteref linkend="rls-select-priv"/ >
478
478
</entry>
479
479
<entry>—</entry>
480
480
<entry>—</entry>
0 commit comments