diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-03-13 15:45:37 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-03-13 15:45:37 +0100 |
commit | 340de72780e4eb769d5cf052b03084808bac476a (patch) | |
tree | a47724ff3d35441ae441bca9215c2984c926cb57 /doc/src/sgml/ref/commit_prepared.sgml | |
parent | d90bd24391fdde2b73906e16052821c9e3c1ce82 (diff) |
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
Diffstat (limited to 'doc/src/sgml/ref/commit_prepared.sgml')
-rw-r--r-- | doc/src/sgml/ref/commit_prepared.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/commit_prepared.sgml b/doc/src/sgml/ref/commit_prepared.sgml index d938b65bbec..7299f735c95 100644 --- a/doc/src/sgml/ref/commit_prepared.sgml +++ b/doc/src/sgml/ref/commit_prepared.sgml @@ -72,7 +72,7 @@ COMMIT PREPARED <replaceable class="parameter">transaction_id</replaceable> </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>: |