Re: Add regression test for ALTER TABLE / ADD UNIQUE

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Add regression test for ALTER TABLE / ADD UNIQUE
Дата
Msg-id ECEHIKNFIMMECLEBJFIGCEGBCCAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Add regression test for ALTER TABLE / ADD UNIQUE  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: Add regression test for ALTER TABLE / ADD UNIQUE  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
> I would like to apply the following patch to make your patch show ADD
> UNIQUE instead of just UNIQUE and add spacing around the slash in a few
> cases that were inconsistent.

You might want to change the 'PRIMARY KEY' bit to 'ADD PRIMARY KEY' also,
but then again I haven't written that code yet!

> The only question I have is how to handle backend/po files.  I can
> easily add the spaces to match the new format if that is OK with the po
> maintainers.
>
> I will hold your patch and mine in the queue to see if people have
> comments on this and apply accordingly.

Cool.

Chris


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

Предыдущее
От: "Serguei Mokhov"
Дата:
Сообщение: Re: Add regression test for ALTER TABLE / ADD UNIQUE
Следующее
От: Bill Studenmund
Дата:
Сообщение: Patch to add CREATE OPERATOR CLASS