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

2012-03-15 Thread BillR
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,

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

2012-03-15 Thread BillR
oticed confusion WRT this from others on the web when trying to gain insight searching the web. So I know it's not just me. If creating another index is redundant, then I suspect there are a lot more redundant indexes out there because of the way this is implemented. But again, that is with P