Re: Deferrable NOT NULL constraints in 9.3?

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Deferrable NOT NULL constraints in 9.3?
Дата
Msg-id CA+Tgmobuvn9F3i=h3vdGNvBo22-_-ARTxe4gnMiOjMRsd0ewww@mail.gmail.com
обсуждение исходный текст
Ответ на Deferrable NOT NULL constraints in 9.3?  (andreak@officenet.no)
Ответы Re: Deferrable NOT NULL constraints in 9.3?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Thu, Nov 8, 2012 at 4:45 AM,  <andreak@officenet.no> wrote:
> Are there any plans to include DEFERRABLE NOT NULL constraints in 9.3 so one
> can do this?
>
> create table test(a varchar not null deferrable initially deferred);
>
> This works in Oracle and is quite handy when working with ORMs.

Not to my knowledge ... although I can't claim to know everything that
anyone is working on.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: [BUGS] BUG #7534: walreceiver takes long time to detect n/w breakdown
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Proof of concept: auto updatable views [Review of Patch]