Re: CREATE FOREGIN TABLE LACUNA

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: CREATE FOREGIN TABLE LACUNA
Дата
Msg-id 6034.1331761092@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: CREATE FOREGIN TABLE LACUNA  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: CREATE FOREGIN TABLE LACUNA
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> On ons, 2012-03-14 at 17:16 -0400, Robert Haas wrote:
>> If a constraint is NOT ENFORCED, then the query planner presumably
>> won't rely on it for planning purposes 

> Why do you presume that?

What does SQL:2011 say exactly about the semantics of NOT ENFORCED?
Is an implementation allowed to fail in undefined ways if a constraint
is marked NOT ENFORCED and is not actually true?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_upgrade and statistics
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Faster compression, again