Re: notice on explicit primary key or index name

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: notice on explicit primary key or index name
Дата
Msg-id 6531.1253398825@sss.pgh.pa.us
обсуждение исходный текст
Ответ на notice on explicit primary key or index name  (Tomas Psika <tomas.psika@gmail.com>)
Список pgsql-bugs
Tomas Psika <tomas.psika@gmail.com> writes:
> when primary key or unique index is created using explicit name, strange
> notice will say that implicit name was generated. But it didnt.

> # alter table dummy add constraint pk_dummy_x primary key (x);
> NOTICE:  ALTER TABLE / ADD PRIMARY KEY will create implicit index
> "pk_dummy_x" for table "dummy"

The index is what's implicit, not the name.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Pasquale"
Дата:
Сообщение: BUG #5067: vacuum problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5067: vacuum problem