1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

doc: Remove unused title ids

FOP issues warnings about them.  These aren't even used, so just
remove them.  For the ones that are actually used, we'll come up with
a different solution.

Discussion: https://www.postgresql.org/message-id/flat/e29b580e-79ab-a371-5ea4-6946e4d3af0b%402ndQuadrant.com
This commit is contained in:
Peter Eisentraut
2020-03-13 15:45:37 +01:00
parent d90bd24391
commit 340de72780
8 changed files with 9 additions and 9 deletions

View File

@@ -101,7 +101,7 @@ DO [ LANGUAGE <replaceable class="parameter">lang_name</replaceable> ] <replacea
</refsect1>
<refsect1 id="sql-do-examples">
<title id="sql-do-examples-title">Examples</title>
<title>Examples</title>
<para>
Grant all privileges on all views in schema <literal>public</literal> to
role <literal>webuser</literal>: