FOREIGN KEY: difference between NOT DEFERRABLE and INITIALLY IMMEDIATE - Mailing list pgsql-general

From Gabriel Fernandez
Subject FOREIGN KEY: difference between NOT DEFERRABLE and INITIALLY IMMEDIATE
Date
Msg-id 3B950A73.7F9D9A71@unica.edu
Whole thread Raw
Responses Re: FOREIGN KEY: difference between NOT DEFERRABLE and
Re: FOREIGN KEY: difference between NOT DEFERRABLE and INITIALLY
List pgsql-general
Hi,

What's the difference between NOT DEFERRABLE and INITIALLY IMMEDIATE for
a FOREIGN KEY specification ?

It seems they are both defining the same: the moment the constraint will
be checked: the instant the statement is processed or the end of
transaction.

Thanks,

Gabi :-)



pgsql-general by date:

Previous
From: Stephan Bergmann
Date:
Subject: Re: SHOW
Next
From: Gilles DAROLD
Date:
Subject: Re: PL/java?