pg_get_constraintdef patch #2

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема pg_get_constraintdef patch #2
Дата
Msg-id GNELIHDDFBOCMGBFGEFOCEPOCEAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответы Re: pg_get_constraintdef patch #2  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: pg_get_constraintdef patch #2  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Hi,

This patch supercedes the previous version.  Apply this instead of the
previous version.

This patch makes pg_get_constraintdef support UNIQUE, PRIMARY KEY and CHECK
constraints.

There are apparently no other types of constraint in pg_constraint, so now
all bases are covered.  Also, this patch assumes that consrc for a CHECK
constraint is always bracketed so that it's not necessary to add extra
brackets.

Chris

Вложения

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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Add UNIQUE and PRIMARY KEY to pg_get_constraintdef
Следующее
От: Lee Kindness
Дата:
Сообщение: Re: [HACKERS] PostgreSQL libraries - PThread Support, but