Bug #895: incorrect error message when duplicate index name

Поиск
Список
Период
Сортировка
Искать
От
pgsql-bugs@postgresql.org
Тема
Bug #895: incorrect error message when duplicate index name
Дата
Msg-id
20030212102649.84C07474E5C@postgresql.org
Список
Дерево обсуждения
Bug #895: incorrect error message when duplicate index name pgsql-bugs@postgresql.org
Re: Bug #895: incorrect error message when duplicate index name greg@turnstep.com
VIacheslav N Tararin (taras@dekasoft.com.ua) reports a bug with a severity of 4
The lower the number the more severe it is.

Short Description
incorrect error message when duplicate index name

Long Description
ERROR:  relation named "pk_exchange_batch_idx" already exists
Why relation when I create index? 


Sample Code
create unique index PK_EXCHANGE_BATCH_IDX   on CURRENCY.EXCHANGE_BATCH(ID);
create        index PK_EXCHANGE_BATCH_IDX   on CURRENCY.EXCHANGE_BATCH(TYPE_ID, FROM_DATE, TO_DATE);


No file was uploaded with this report
В списке pgsql-bugs по дате отправления
От: Alexander Stanier
Дата:
Сообщение: Referential Integrity
От: pgsql-bugs@postgresql.org
Дата:
FAQ