table vs domain constraints in ObjType

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема table vs domain constraints in ObjType
Дата
Msg-id 20141220022308.GY1768@alvh.no-ip.org
обсуждение исходный текст
Список pgsql-hackers
Right now, both table and domain constraints share the same
classification in the ObjType enum, OBJECT_CONSTRAINT.  For my patch to
implement improved object drop reporting in event triggers, it is
necessary to separate them, as per in the attach patch.

One emerging side-effect is that it is now possible to execute COMMENT
ON domain constraints, which wasn't previously possible.  (I added \dd
support to psql as well.)

This is part of the patch for "replicating DROP commands across
servers",
http://archives.postgresql.org/message-id/20140826135459.GD6343@eldon.alvh.no-ip.org
which I just split up.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: David G Johnston
Дата:
Сообщение: Re: POLA violation with \c service=
Следующее
От: Noah Misch
Дата:
Сообщение: Re: Reducing lock strength of adding foreign keys