Re: Improve CHECK failure message

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Improve CHECK failure message
Дата
Msg-id 200208030107.g7317sd07787@candle.pha.pa.us
обсуждение исходный текст
Ответ на Improve CHECK failure message  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-patches
Your patch has been added to the PostgreSQL unapplied patches list at:

    http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------


Christopher Kings-Lynne wrote:
> 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

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] DROP COLUMN round 4
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Updated CHECK failed message patch