Re: Add regression test for ALTER TABLE / ADD UNIQUE - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject Re: Add regression test for ALTER TABLE / ADD UNIQUE
Date
Msg-id ECEHIKNFIMMECLEBJFIGCEGBCCAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Add regression test for ALTER TABLE / ADD UNIQUE  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: Add regression test for ALTER TABLE / ADD UNIQUE  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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 by date:

Previous
From: "Serguei Mokhov"
Date:
Subject: Re: Add regression test for ALTER TABLE / ADD UNIQUE
Next
From: Bill Studenmund
Date:
Subject: Patch to add CREATE OPERATOR CLASS