diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2003-08-31 17:32:24 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2003-08-31 17:32:24 +0000 |
commit | c326d8f4f20a9b98f6faa760ccf2cd13fb289dc8 (patch) | |
tree | 1ba34c08d0f1094232d68da7909fc94c66fce994 /doc/src/sgml/ref/set_constraints.sgml | |
parent | cf8e9169688a33678b2b17f6bf1796e553d2b5b3 (diff) | |
download | postgresql-c326d8f4f20a9b98f6faa760ccf2cd13fb289dc8.tar.gz postgresql-c326d8f4f20a9b98f6faa760ccf2cd13fb289dc8.zip |
Add/edit index entries.
Diffstat (limited to 'doc/src/sgml/ref/set_constraints.sgml')
-rw-r--r-- | doc/src/sgml/ref/set_constraints.sgml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/set_constraints.sgml b/doc/src/sgml/ref/set_constraints.sgml index 3d5b58bee2e..2a5f3ea8eac 100644 --- a/doc/src/sgml/ref/set_constraints.sgml +++ b/doc/src/sgml/ref/set_constraints.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_constraints.sgml,v 1.6 2003/05/04 02:23:16 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_constraints.sgml,v 1.7 2003/08/31 17:32:24 petere Exp $ --> <refentry id="SQL-SET-CONSTRAINTS"> <refmeta> <refentrytitle id="SQL-SET-CONSTRAINTS-title">SET CONSTRAINTS</refentrytitle> @@ -10,6 +10,10 @@ <refpurpose>set the constraint mode of the current transaction</refpurpose> </refnamediv> + <indexterm zone="sql-set-constraints"> + <primary>SET CONSTRAINTS</primary> + </indexterm> + <refsynopsisdiv> <synopsis> SET CONSTRAINTS { ALL | <replaceable class="parameter">constraint</replaceable> [, ...] } { DEFERRED | IMMEDIATE } |