patch - Report the schema along table name in a referential failure error message

Поиск
Список
Период
Сортировка
От George Gensure
Тема patch - Report the schema along table name in a referential failure error message
Дата
Msg-id b47db0340911142345v60ae8c14n4cfd745b7c100a0b@mail.gmail.com
обсуждение исходный текст
Ответы Re: patch - Report the schema along table name in a referential failure error message
Список pgsql-hackers
I've put together a small patch to provide a schema name in an fk
violation in deference to the todo item "Report the schema along table
name in a referential failure error message"

The error message only contains the schema if the table name being
referenced is non-unique or not present in the search_path.

It passes a make check, and I've added a couple of test cases which
expect the schema's output in the cases mentioned above.

Also, it looks like Rev 1.113 added spaces to the values specified in
errdetail for failed FK violations, but the testoutput wasn't updated.
 I haven't included that in this patch for clarity, but it probably
should be corrected.

Have at it,
-George

Вложения

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

Предыдущее
От: Hitoshi Harada
Дата:
Сообщение: Re: add more frame types in window functions (ROWS)
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: NULL input for array_agg()?