empty column name in error message

Поиск
Список
Период
Сортировка
От Amit Langote
Тема empty column name in error message
Дата
Msg-id CA+HiwqFA+BGyBFimjiYXXMa2Hc3fcL0+OJOyzUNjhU4NCa_XXw@mail.gmail.com
обсуждение исходный текст
Ответы Re: empty column name in error message  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

I wonder if it's worthwhile to fix the following not-so-friendly error message:

create index on foo ((row(a)));
ERROR:  column "" has pseudo-type record

For example, the attached patch makes it this:

create index on foo ((row(a)));
ERROR:  column "row" has pseudo-type record

Note that "row" as column name has been automatically chosen by the caller.

Thanks,
Amit

Вложения

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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: non-exclusive backup cleanup is mildly broken
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Allow cluster owner to bypass authentication