VIacheslav N Tararin (taras(at)dekasoft(dot)com(dot)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