1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix broken XML in CREATE POLICY sgml.

Commit 87c2a17fee failed to close some tags (necessary now that the
SGML docs are in fact XML).
This commit is contained in:
Dean Rasheed
2017-11-24 13:59:25 +00:00
parent 87c2a17fee
commit 26329ad8dc

View File

@ -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 default for newly created policies is that they apply for all commands and
roles, unless otherwise specified. Multiple policies may apply to a single roles, unless otherwise specified. Multiple policies may apply to a single
command; see below for more details. 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. of policy apply to specific commands.
</para> </para>
@ -398,9 +398,9 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
<table id="sql-createpolicy-summary"> <table id="sql-createpolicy-summary">
<title>Policies Applied by Command Type</title> <title>Policies Applied by Command Type</title>
<tgroup cols="6"> <tgroup cols="6">
<colspec colnum="4" colname="update-using"> <colspec colnum="4" colname="update-using"/>
<colspec colnum="5" colname="update-check"> <colspec colnum="5" colname="update-check"/>
<spanspec namest="update-using" nameend="update-check" spanname="update"> <spanspec namest="update-using" nameend="update-check" spanname="update"/>
<thead> <thead>
<row> <row>
<entry morerows="1">Command</entry> <entry morerows="1">Command</entry>
@ -463,7 +463,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
<entry><command>UPDATE</command></entry> <entry><command>UPDATE</command></entry>
<entry> <entry>
Existing &amp; new rows Existing &amp; new rows
<footnoteref linkend="rls-select-priv"> <footnoteref linkend="rls-select-priv"/>
</entry> </entry>
<entry>&mdash;</entry> <entry>&mdash;</entry>
<entry>Existing row</entry> <entry>Existing row</entry>
@ -474,7 +474,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
<entry><command>DELETE</command></entry> <entry><command>DELETE</command></entry>
<entry> <entry>
Existing row Existing row
<footnoteref linkend="rls-select-priv"> <footnoteref linkend="rls-select-priv"/>
</entry> </entry>
<entry>&mdash;</entry> <entry>&mdash;</entry>
<entry>&mdash;</entry> <entry>&mdash;</entry>