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
обсуждение исходный текст
Ответы Re: Bug #895: incorrect error message when duplicate index name  (greg@turnstep.com)
Список pgsql-bugs
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
Дата:
Сообщение: Bug #896: Column Constraint Not Working in ALTER TABLE ADD COLUMN?