Questions about 9.2 unique constraints

Поиск
Список
Период
Сортировка
От ac@hsk.hk
Тема Questions about 9.2 unique constraints
Дата
Msg-id B1845AC9-9D71-4E97-AC0C-83708B389BEB@hsk.hk
обсуждение исходный текст
Ответ на Re: PostgreSQL 9.2 and PGBOUNCER  ("ac@hsk.hk" <ac@hsk.hk>)
Список pgsql-general
Hi,

In PostgreSQL 9.0.x we must define a constraint as DEFERRABLE on the "create table", we cannot define DEFERRABLE on
"createtable as select", how is this restriction in 9.2 now? 

Also, in 9.2 can deferrable uniqueness be mixed with Foreign keys?

Thanks



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

Предыдущее
От: Anjali Arora
Дата:
Сообщение: When to run Vacuum in postgres 9.0.4
Следующее
От: Graeme Hinchliffe
Дата:
Сообщение: Using composite types within PLPGSQL Function