RE: pg_dump / Unique constraints

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема RE: pg_dump / Unique constraints
Дата
Msg-id NEBBIOAJBMEENKACLNPCIEINCCAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: pg_dump / Unique constraints  (Philip Warner <pjw@rhyme.com.au>)
Ответы ALTER TABLE...ADD CONSTRAINT?  (Philip Warner <pjw@rhyme.com.au>)
Список pgsql-hackers
Just a quick question regarding the pg_dump program:

I notice that PRIMARY KEY constraints are currently dumped as:

PRIMARY KEY ("field")

Whereas (to be in line with all the other constraints), it should be dumped
as:

CONSTRAINT "name" PRIMARY KEY ("field")

Otherwise, some poor bugger who went to the trouble of giving his primary
keys custom names will lose them with a dump/restore???

Also, if they have defined a function or trigger that refers to that primary
key by name, won't it fail after a dump/restore? (If the name has changed?)

I'm just asking, because I'm still trying to find something small and
self-contained I can work on!

Chris



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

Предыдущее
От: Philip Warner
Дата:
Сообщение: RE: regressplans failures
Следующее
От: Don Baccus
Дата:
Сообщение: OpenACS datamodel vs. current PG 7.1 sources