Improve CHECK failure message

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Improve CHECK failure message
Дата
Msg-id GNELIHDDFBOCMGBFGEFOMEHGCDAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответы Re: Improve CHECK failure message  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Improve CHECK failure message  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Change messages like this:

ERROR:  ExecInsert: rejected due to CHECK constraint insert_con

To be like this:

ERROR:  ExecInsert: rejected due to CHECK constraint "insert_con" on
"insert_tbl"

Updated regression tests to match.

I got sick of seeing 'rejected due to CHECK constraint "$1" in my log and
not being able to find the bug in our website code...

Chris

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: int64 timestamp patch for contrib/pg_controldata
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: int64 timestamp patch for contrib/pg_controldata