summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorDean Rasheed <dean.a.rasheed@gmail.com>2017-11-24 13:59:25 +0000
committerDean Rasheed <dean.a.rasheed@gmail.com>2017-11-24 13:59:25 +0000
commit26329ad8dcc78eb651ab61f6b17c4f5f7bb77323 (patch)
treed9ee01526ff2f69776c02f25515f61f45a0ec70b /doc/src
parent87c2a17fee784c7e1004ba3d3c5d8147da676783 (diff)
Fix broken XML in CREATE POLICY sgml.
Commit 87c2a17fee failed to close some tags (necessary now that the SGML docs are in fact XML).
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/create_policy.sgml12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/ref/create_policy.sgml b/doc/src/sgml/ref/create_policy.sgml
index b4e66b11b82..85c74e8e82d 100644
--- a/doc/src/sgml/ref/create_policy.sgml
+++ b/doc/src/sgml/ref/create_policy.sgml
@@ -75,7 +75,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
default for newly created policies is that they apply for all commands and
roles, unless otherwise specified. Multiple policies may apply to a single
command; see below for more details.
- <xref linkend="sql-createpolicy-summary"> summarizes how the different types
+ <xref linkend="sql-createpolicy-summary"/> summarizes how the different types
of policy apply to specific commands.
</para>
@@ -398,9 +398,9 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
<table id="sql-createpolicy-summary">
<title>Policies Applied by Command Type</title>
<tgroup cols="6">
- <colspec colnum="4" colname="update-using">
- <colspec colnum="5" colname="update-check">
- <spanspec namest="update-using" nameend="update-check" spanname="update">
+ <colspec colnum="4" colname="update-using"/>
+ <colspec colnum="5" colname="update-check"/>
+ <spanspec namest="update-using" nameend="update-check" spanname="update"/>
<thead>
<row>
<entry morerows="1">Command</entry>
@@ -463,7 +463,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
<entry><command>UPDATE</command></entry>
<entry>
Existing &amp; new rows
- <footnoteref linkend="rls-select-priv">
+ <footnoteref linkend="rls-select-priv"/>
</entry>
<entry>&mdash;</entry>
<entry>Existing row</entry>
@@ -474,7 +474,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
<entry><command>DELETE</command></entry>
<entry>
Existing row
- <footnoteref linkend="rls-select-priv">
+ <footnoteref linkend="rls-select-priv"/>
</entry>
<entry>&mdash;</entry>
<entry>&mdash;</entry>