Commit d21ddc22 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix warnings in man page build

The changes in the CREATE POLICY man page from commit
87c2a17f triggered a stylesheet bug that
created some warning messages and incorrect output.  This installs a
workaround.

Also improve the whitespace a bit so it looks better.
parent 51057fea
...@@ -445,8 +445,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable ...@@ -445,8 +445,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
<row> <row>
<entry><command>INSERT ... RETURNING</command></entry> <entry><command>INSERT ... RETURNING</command></entry>
<entry> <entry>
New row New row <footnote id="rls-select-priv">
<footnote id="rls-select-priv">
<para> <para>
If read access is required to the existing or new row (for example, If read access is required to the existing or new row (for example,
a <literal>WHERE</literal> or <literal>RETURNING</literal> clause a <literal>WHERE</literal> or <literal>RETURNING</literal> clause
...@@ -462,8 +461,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable ...@@ -462,8 +461,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
<row> <row>
<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>
...@@ -473,8 +471,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable ...@@ -473,8 +471,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
<row> <row>
<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>
......
...@@ -191,6 +191,12 @@ ...@@ -191,6 +191,12 @@
<xsl:template match="indexterm"/> <xsl:template match="indexterm"/>
<!-- https://github.com/docbook/xslt10-stylesheets/issues/59 -->
<xsl:template match="a/sup">
<xsl:apply-templates/>
</xsl:template>
<!-- Gentext customization --> <!-- Gentext customization -->
<!-- see http://www.sagehill.net/docbookxsl/CustomGentext.html --> <!-- see http://www.sagehill.net/docbookxsl/CustomGentext.html -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment