diff options
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 716aed3ac22..35bbf85af7e 100644 --- a/doc/src/sgml/ref/commit_prepared.sgml +++ b/doc/src/sgml/ref/commit_prepared.sgml @@ -75,7 +75,7 @@ COMMIT PREPARED <replaceable class="parameter">transaction_id</replaceable> <title id="sql-commit-prepared-examples-title">Examples</title> <para> Commit the transaction identified by the transaction - identifier <literal>foobar</>: + identifier <literal>foobar</literal>: <programlisting> COMMIT PREPARED 'foobar'; |