RE: Imperfect solutions - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject RE: Imperfect solutions
Date
Msg-id ECEHIKNFIMMECLEBJFIGGEOECAAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: Imperfect solutions  (Karel Zak <zakkr@zf.jcu.cz>)
Responses RE: Imperfect solutions  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-hackers
> > Just thought you might like to add
> >
> > * ALTER TABLE ADD PRIMARY KEY
> > * ALTER TABLE ADD UNIQUE
>
>  And what
>
>      ALTER TABLE DROP PRIMARY KEY
>      ALTER TABLE DROP UNIQUE
>
>  BTW, it's a little cosmetic feature if we have CREATE/DROP INDEX :-)

Those two points are already mentioned - I have another 90% patch ready to
go that will add that functionality as well...

Chris



pgsql-hackers by date:

Previous
From: Karel Zak
Date:
Subject: Re: Imperfect solutions
Next
From: Pascal Scheffers
Date:
Subject: Re: [PATCHES] Re: AW: Re: Support for %TYPE in CREATE FUNCTION