diff options
Diffstat (limited to 'doc/src/sgml/ref/prepare_transaction.sgml')
-rw-r--r-- | doc/src/sgml/ref/prepare_transaction.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/prepare_transaction.sgml b/doc/src/sgml/ref/prepare_transaction.sgml index a379819a0aa..626753f5762 100644 --- a/doc/src/sgml/ref/prepare_transaction.sgml +++ b/doc/src/sgml/ref/prepare_transaction.sgml @@ -4,6 +4,10 @@ PostgreSQL documentation --> <refentry id="SQL-PREPARE-TRANSACTION"> + <indexterm zone="sql-prepare-transaction"> + <primary>PREPARE TRANSACTION</primary> + </indexterm> + <refmeta> <refentrytitle>PREPARE TRANSACTION</refentrytitle> <manvolnum>7</manvolnum> @@ -15,10 +19,6 @@ PostgreSQL documentation <refpurpose>prepare the current transaction for two-phase commit</refpurpose> </refnamediv> - <indexterm zone="sql-prepare-transaction"> - <primary>PREPARE TRANSACTION</primary> - </indexterm> - <refsynopsisdiv> <synopsis> PREPARE TRANSACTION <replaceable class="PARAMETER">transaction_id</replaceable> |