Re: pgsql: get_object_address: separate domain constraints from table const

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: get_object_address: separate domain constraints from table const
Дата
Msg-id 20141223123749.GK1768@alvh.no-ip.org
обсуждение исходный текст
Ответ на pgsql: get_object_address: separate domain constraints from table const  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-committers
Alvaro Herrera wrote:
> get_object_address: separate domain constraints from table constraints
>
> Apart from enabling comments on domain constraints, this enables a
> future project to replicate object dropping to remote servers: with the
> current mechanism there's no way to distinguish between the two types of
> constraints, so there's no way to know what to drop.
>
> Also added support for the domain constraint comments in psql's \dd and
> pg_dump.
>
> Catalog version bumped due to the change in ObjectType enum.

Grrr.  I neglected to "git add" the catversion.h change :-(  Nevermind.
I'm committing another catalog-updating patch shortly.

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


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: get_object_address: separate domain constraints from table const
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Use a bitmask to represent role attributes