NOT VALID FKs and Constraints

Поиск
Список
Период
Сортировка
От Cody Cutrer
Тема NOT VALID FKs and Constraints
Дата
Msg-id CA+=qeWs_xtLOu5xg6nT=67YmkFjtAQ_98tFs0vUob-hRU+4Quw@mail.gmail.com
обсуждение исходный текст
Ответы Re: NOT VALID FKs and Constraints  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
9.1 introduced delayed validation on FKs, and 9.2 on table constraints, however neither one has been useful due to lesser-locks on ALTER TABLE being reverted (see http://www.postgresql.org/message-id/1330350691-sup-1@alvh.no-ip.org), preventing the lock benefits during the VALIDATE stage.

I don't see any commits since then about either one. Is fixing this still on the radar for 9.3? Also, is a similar feature planned (for 9.3 or further out) for NOT NULL column constraints?

Thanks,

Cody Cutrer

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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: Materialized views WIP patch
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: [PATCH] pg_isready (was: [WIP] pg_ping utility)