"ADD" notice in CREATE/ALTER TABLE - Mailing list pgsql-hackers

From Bruce Momjian
Subject "ADD" notice in CREATE/ALTER TABLE
Date
Msg-id 200111040540.fA45e0R11365@candle.pha.pa.us
Whole thread Raw
Responses Re: "ADD" notice in CREATE/ALTER TABLE
List pgsql-hackers
Christopher wanted "ADD" used in:
ALTER TABLE / ADD PRIMARY-UNIQUE                     ^^^

but not in:

CREATE TABLE / PRIMARY-UNIQUE

The problem is that the same analyze.c function is used for both cases. 
I have added code to conditionally use "ADD" only in fhe first case.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Justin Clift
Date:
Subject: Re: Beta going well
Next
From: Philip Warner
Date:
Subject: Re: "ADD" notice in CREATE/ALTER TABLE