summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/start_transaction.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/start_transaction.sgml')
-rw-r--r--doc/src/sgml/ref/start_transaction.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/start_transaction.sgml b/doc/src/sgml/ref/start_transaction.sgml
index f25a3e9536e..60926f5dfef 100644
--- a/doc/src/sgml/ref/start_transaction.sgml
+++ b/doc/src/sgml/ref/start_transaction.sgml
@@ -4,6 +4,10 @@ PostgreSQL documentation
-->
<refentry id="SQL-START-TRANSACTION">
+ <indexterm zone="sql-start-transaction">
+ <primary>START TRANSACTION</primary>
+ </indexterm>
+
<refmeta>
<refentrytitle>START TRANSACTION</refentrytitle>
<manvolnum>7</manvolnum>
@@ -15,10 +19,6 @@ PostgreSQL documentation
<refpurpose>start a transaction block</refpurpose>
</refnamediv>
- <indexterm zone="sql-start-transaction">
- <primary>START TRANSACTION</primary>
- </indexterm>
-
<refsynopsisdiv>
<synopsis>
START TRANSACTION [ <replaceable class="parameter">transaction_mode</replaceable> [, ...] ]