[PATCH] Support for ALTER TABLE ADD UNIQUE/PKEY USING INDEX - Mailing list pgadmin-hackers

From BillR
Subject [PATCH] Support for ALTER TABLE ADD UNIQUE/PKEY USING INDEX
Date
Msg-id 4F615806.70804@williamrosmus.com
Whole thread Raw
Responses Re: [PATCH] Support for ALTER TABLE ADD UNIQUE/PKEY USING INDEX  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers
This may be a little late, but according to the postgres documentation,
isn't an index supposed to be created automatically by postgres when you
create a unique or primary key constraint? So isn't this redundant. Note
that I am not sure because I created a unique constraint in an 8.4 db
using pgadmin *and* via DDL in the sql editor, and an index did not
appear to be created; counter to what the docs say is supposed to
happen. I'd be interested to hear someone's take on this.

http://www.postgresql.org/docs/9.1/interactive/ddl-constraints.html#AEN2470

Regards,

BillR

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: pgAdmin 1.15 experiences
Next
From: Guillaume Lelarge
Date:
Subject: Re: [PATCH] Support for ALTER TABLE ADD UNIQUE/PKEY USING INDEX