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

Поиск
Список
Период
Сортировка
От BillR
Тема [PATCH] Support for ALTER TABLE ADD UNIQUE/PKEY USING INDEX
Дата
Msg-id 4F615806.70804@williamrosmus.com
обсуждение исходный текст
Ответы Re: [PATCH] Support for ALTER TABLE ADD UNIQUE/PKEY USING INDEX
Список 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 по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: pgAdmin 1.15 experiences
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: [PATCH] Support for ALTER TABLE ADD UNIQUE/PKEY USING INDEX