wrong message when trying to create an already existing index

Поиск
Список
Период
Сортировка
От legrand legrand
Тема wrong message when trying to create an already existing index
Дата
Msg-id 1520694050596-0.post@n3.nabble.com
обсуждение исходный текст
Ответы Re: wrong message when trying to create an already existing index
Список pgsql-general
Hello,
When trying to create an already existing index (in pg 9.5)

SQL> create  index if not exists NEWINDEX on SCHEMA.TABLE(COL);
      > relation "NEWINDEX" already exists, skipping

message speaks about relation (and not index)

Would it be possible that this message reports the correct object type ?
Regards
PAscal



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html


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

Предыдущее
От: Félix GERZAGUET
Дата:
Сообщение: Re: Application Dependency/Limitations of Postgres Version Upgrade
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: wrong message when trying to create an already existing index