Re: valid using INITIALLY DEFERRED

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: valid using INITIALLY DEFERRED
Дата
Msg-id 20041222163255.GA15517@winnie.fuhr.org
обсуждение исходный текст
Ответ на valid using INITIALLY DEFERRED  (Pavel Stehule <stehule@kix.fsv.cvut.cz>)
Список pgsql-general
On Wed, Dec 22, 2004 at 04:17:29PM +0100, Pavel Stehule wrote:

>   I try INITIALLY DEFERRED clause. In doc is relation between general
> constraint and this clause. But combination with CHECK clause ends with
> err message misplaced INITIALLY DEFERRED clause.

The CREATE TABLE documentation for INITIALLY DEFERRED says, "If a
constraint is deferrable, this clause specifies the default time
to check the constraint."  Just above that, the documentation for
DEFERRABLE says, "Only foreign key constraints currently accept
this clause.  All other constraint types are not deferrable."

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: DELETE versus TRUNCATE during pg_dump....
Следующее
От: John Cunningham
Дата:
Сообщение: Re: postgresql.conf