syntax troubles using "deferrable initially deferred"

Поиск
Список
Период
Сортировка
От Gauthier, Dave
Тема syntax troubles using "deferrable initially deferred"
Дата
Msg-id 482E80323A35A54498B8B70FF2B8798004189C09AE@azsmsx504.amr.corp.intel.com
обсуждение исходный текст
Ответы Re: syntax troubles using "deferrable initially deferred"
Список pgsql-general

create table templates

(

  template text,

  constraint template_not_null_check (template is nit null) deferrable initially deferred);

 

ERROR  syntax error at or near “DEFERRABLE”

LINE 4: ...nt template_not_null_check (template is not null) DEFERRABLE...

 

Without the “deferrable initially deferred” it creates OK.

 

v8.3.4. on linux

 

Thanks in Advance.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PG 8.3 - Recovering Data Directory
Следующее
От: David Kerr
Дата:
Сообщение: PostgreSQL + 64 bit + performance