pg_dump / Unique constraints

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема pg_dump / Unique constraints
Дата
Msg-id NEBBIOAJBMEENKACLNPCMEILCCAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответы Re: pg_dump / Unique constraints  (Philip Warner <pjw@rhyme.com.au>)
Список pgsql-hackers
I've been examining the pg_dump source and output, and I've come to the
conclusion that I can modify it so that UNIQUE constraints appear as part of
the CREATE TABLE statement, rather than as a separate CREATE INDEX.  I know
it is possible because phpPgAdmin does it!

This change should also be in line with what we have been discussing
earlier, and could be a precursor to getting FOREIGN KEY constraints
appearing as part of CREATE TABLE as well...

Is there any problem with me working on this?

Chris

--
Christopher Kings-Lynne
Family Health Network (ACN 089 639 243)



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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: RE: Crash during WAL recovery?
Следующее
От: Philip Warner
Дата:
Сообщение: Re: pg_dump / Unique constraints