summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/set_constraints.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/set_constraints.sgml')
-rw-r--r--doc/src/sgml/ref/set_constraints.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/set_constraints.sgml b/doc/src/sgml/ref/set_constraints.sgml
index 60cabeda3c4..7c31871b0bd 100644
--- a/doc/src/sgml/ref/set_constraints.sgml
+++ b/doc/src/sgml/ref/set_constraints.sgml
@@ -1,5 +1,9 @@
<!-- doc/src/sgml/ref/set_constraints.sgml -->
<refentry id="SQL-SET-CONSTRAINTS">
+ <indexterm zone="sql-set-constraints">
+ <primary>SET CONSTRAINTS</primary>
+ </indexterm>
+
<refmeta>
<refentrytitle>SET CONSTRAINTS</refentrytitle>
<manvolnum>7</manvolnum>
@@ -11,10 +15,6 @@
<refpurpose>set constraint check timing for the current transaction</refpurpose>
</refnamediv>
- <indexterm zone="sql-set-constraints">
- <primary>SET CONSTRAINTS</primary>
- </indexterm>
-
<refsynopsisdiv>
<synopsis>
SET CONSTRAINTS { ALL | <replaceable class="parameter">name</replaceable> [, ...] } { DEFERRED | IMMEDIATE }