Re: how is that possible

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: how is that possible
Дата
Msg-id 20060210085444.S20686@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Re: how is that possible  (ohp@pyrenet.fr)
Ответы Re: how is that possible  (ohp@pyrenet.fr)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Scrollable cursors and Sort performance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Backslashes in string literals