Re: NOT NULL violation and error-message

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: NOT NULL violation and error-message
Дата
Msg-id 3191.1263306359@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: NOT NULL violation and error-message  (Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>)
Список pgsql-hackers
Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp> writes:
> Do we have any guideline about the message for identifier names?

The issue has come up before.  I think that what we really need here is
to implement additional fields in error message reports, so that the
name and schema name of the relevant object can be pulled out of the
message by programs without having to parse the message text.  If we had
that, it would reduce the pressure to clutter the basic message text
this way.  It would also improve our compliance with the SQL standard,
which says you're supposed to do it like that.
        regards, tom lane


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

Предыдущее
От: Boszormenyi Zoltan
Дата:
Сообщение: Re: [PATCH] Provide rowcount for utility SELECTs
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pg_dump sort order for functions