Qualified tables in error messages

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Qualified tables in error messages
Дата
Msg-id 1061236607.19705.132.camel@jester
обсуждение исходный текст
Ответы Re: Qualified tables in error messages  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
ERROR:  update or delete on "ftp" violates foreign key constraint "$1"
on "ftp"
DETAIL:  Key (ftp_id)=(11) is still referenced from "ftp".

Considering I have several different FTP tables in various schemas, this
message doesn't have much detail. The "Error Message Style Guide" does
not indicate one way or the other whether tables, etc. should be fully
qualified or not. Possibly not in ERROR, but qualified makes sense for
DETAIL.

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

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: full path infrastructure for DT_SONAME?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Parsing speed (was Re: pgstats_initstats() cost)