Re: how is that possible - Mailing list pgsql-hackers

From Stephan Szabo
Subject Re: how is that possible
Date
Msg-id 20060210085444.S20686@megazone.bigpanda.com
Whole thread Raw
In response to Re: how is that possible  (ohp@pyrenet.fr)
Responses Re: how is that possible
List pgsql-hackers
On Fri, 10 Feb 2006 ohp@pyrenet.fr wrote:

> My understanding is that null or not, their should have been a foreign key
> violation.

Not as far as I can tell. MATCH (without partial or full) returns true if
any column in the row value constructor is NULL. MATCH FULL returns true
if all columns in the row value constructor are NULL and returns false if
it's a mix of NULLs and non-NULLs.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Scrollable cursors and Sort performance
Next
From: Tom Lane
Date:
Subject: Re: Backslashes in string literals