From 323bcca5249c707b68d9f6d921d86fd750bcf33e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:20 +0200 Subject: Merging upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-set-constraints.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/sql-set-constraints.html') diff --git a/doc/src/sgml/html/sql-set-constraints.html b/doc/src/sgml/html/sql-set-constraints.html index a52d504..3531a24 100644 --- a/doc/src/sgml/html/sql-set-constraints.html +++ b/doc/src/sgml/html/sql-set-constraints.html @@ -1,5 +1,5 @@ -SET CONSTRAINTS

SET CONSTRAINTS

SET CONSTRAINTS — set constraint check timing for the current transaction

Synopsis

+SET CONSTRAINTS

SET CONSTRAINTS

SET CONSTRAINTS — set constraint check timing for the current transaction

Synopsis

 SET CONSTRAINTS { ALL | name [, ...] } { DEFERRED | IMMEDIATE }
 

Description

SET CONSTRAINTS sets the behavior of constraint @@ -68,4 +68,4 @@ SET CONSTRAINTS { ALL | name [, ...] } Also, PostgreSQL checks non-deferrable uniqueness constraints immediately, not at end of statement as the standard would suggest. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3