Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 26329ad

Browse files
committed
Fix broken XML in CREATE POLICY sgml.
Commit 87c2a17 failed to close some tags (necessary now that the SGML docs are in fact XML).
1 parent 87c2a17 commit 26329ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/sgml/ref/create_policy.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
7575
default for newly created policies is that they apply for all commands and
7676
roles, unless otherwise specified. Multiple policies may apply to a single
7777
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
7979
of policy apply to specific commands.
8080
</para>
8181

@@ -398,9 +398,9 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
398398
<table id="sql-createpolicy-summary">
399399
<title>Policies Applied by Command Type</title>
400400
<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"/>
404404
<thead>
405405
<row>
406406
<entry morerows="1">Command</entry>
@@ -463,7 +463,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
463463
<entry><command>UPDATE</command></entry>
464464
<entry>
465465
Existing &amp; new rows
466-
<footnoteref linkend="rls-select-priv">
466+
<footnoteref linkend="rls-select-priv"/>
467467
</entry>
468468
<entry>&mdash;</entry>
469469
<entry>Existing row</entry>
@@ -474,7 +474,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
474474
<entry><command>DELETE</command></entry>
475475
<entry>
476476
Existing row
477-
<footnoteref linkend="rls-select-priv">
477+
<footnoteref linkend="rls-select-priv"/>
478478
</entry>
479479
<entry>&mdash;</entry>
480480
<entry>&mdash;</entry>

0 commit comments

Comments
 (0)