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
</para>
<sect4>
- <title id="ecpg-type-timestamp-date">timestamp, date</title>
+ <title>timestamp, date</title>
<para>
Here is a pattern for handling <type>timestamp</type> variables
</sect4>
<sect4>
- <title id="ecpg-type-bytea">bytea</title>
+ <title>bytea</title>
<para>
The handling of the <type>bytea</type> type is similar to
</para>
<example>
- <title id="csvlog-fdw">Create a Foreign Table for PostgreSQL CSV Logs</title>
+ <title>Create a Foreign Table for PostgreSQL CSV Logs</title>
<para>
One of the obvious uses for <literal>file_fdw</literal> is to make
</refsect1>
<refsect1 id="sql-commit-prepared-examples">
- <title id="sql-commit-prepared-examples-title">Examples</title>
+ <title>Examples</title>
<para>
Commit the transaction identified by the transaction
identifier <literal>foobar</literal>:
</refsect1>
<refsect1 id="sql-createforeigntable-compatibility">
- <title id="sql-createforeigntable-compatibility-title">Compatibility</title>
+ <title>Compatibility</title>
<para>
The <command>CREATE FOREIGN TABLE</command> command largely conforms to the
</para>
<refsect2 id="sql-createview-updatable-views">
- <title id="sql-createview-updatable-views-title">Updatable Views</title>
+ <title>Updatable Views</title>
<indexterm zone="sql-createview-updatable-views">
<primary>updatable views</primary>
</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>:
</refsect1>
<refsect1 id="sql-prepare-transaction-examples">
- <title id="sql-prepare-transaction-examples-title">Examples</title>
+ <title>Examples</title>
<para>
Prepare the current transaction for two-phase commit, using
<literal>foobar</literal> as the transaction identifier:
</refsect1>
<refsect1 id="sql-rollback-prepared-examples">
- <title id="sql-rollback-prepared-examples-title">Examples</title>
+ <title>Examples</title>
<para>
Roll back the transaction identified by the transaction
identifier <literal>foobar</literal>: