Re: referential integrity constraints not checked inside - Mailing list pgsql-general

From Christian Rank
Subject Re: referential integrity constraints not checked inside
Date
Msg-id 40A383E5.6020401@rz.uni-passau.de
Whole thread Raw
In response to Re: referential integrity constraints not checked inside  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Tom Lane wrote:

> Christian Rank <christian.rank@rz.uni-passau.de> writes:
>
>>... according to the docs, the validity of a constraint should be
>>checked after each statement unless this behaviour is altered with a SET
>>CONSTRAINTS statement.
>
>
> "Statement" means "interactive command" in that context --- in other
> words, the constraints won't be checked until after control returns from
> your function.

Thanks very much, that clarifies this behaviour of PostgreSQL -> it's
definitively a feature, not a bug :-)

--
Dr. Christian Rank
Rechenzentrum Universität Passau
Innstr. 33
D-94032 Passau
GERMANY
Tel.: 0851/509-1838
Fax:  0851/509-1802
PGP public key see http://www.rz.uni-passau.de/mitarbeiter/rank


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: referential integrity constraints not checked inside
Next
From: James M Moe
Date:
Subject: Re: referential integrity constraints not checked inside