create composite type error message

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема create composite type error message
Дата
Msg-id 1263858589.24310.7.camel@vanquo.pezone.net
обсуждение исходный текст
Список pgsql-hackers
When you create a composite type that already exists, the error message
you get is about 'relation "foo" already exists'.  While true, this can
be confusing, as you didn't plan to create a relation.  Therefore, I
propose that we insert a snippet of code that is already used by the
other forms of type creation to check first whether a *type* with that
name exists.

Вложения

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Review: Patch: Allow substring/replace() to get/set bit values
Следующее
От: Takahiro Itagaki
Дата:
Сообщение: Re: Pretty printed trigger in psql