Re: Add UNIQUE and PRIMARY KEY to pg_get_constraintdef

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Add UNIQUE and PRIMARY KEY to pg_get_constraintdef
Дата
Msg-id GNELIHDDFBOCMGBFGEFOIEABCFAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Add UNIQUE and PRIMARY KEY to pg_get_constraintdef  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
> > This lets pg_get_constraintdef display the definitions for UNIQUE and
> > PRIMARY KEY constraints.  It's a real shame this wasn't done for 7.3...
>
> Are we now putting the pg_dump functionality into the backend?  If not,
> then I don't see the point.  You extract this information with relative
> ease from the system catalogs in any form that suits your needs.

Oh, actually I think I might have misunderstood you.  pg_get_constraintdef()
already exists, but will only dump FOREIGN KEY statements...

Chris


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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: Add UNIQUE and PRIMARY KEY to pg_get_constraintdef
Следующее
От: Barry Lind
Дата:
Сообщение: Re: [JDBC] JDBC MetaData getImportedKeys query