Updated CHECK failed message patch - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject Updated CHECK failed message patch
Date
Msg-id 20020803230950.X21591-200000@houston.familyhealth.com.au
Whole thread Raw
Responses Re: Updated CHECK failed message patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Updated CHECK failed message patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Please use this patch instead of my previously submitted one.

It is just remerged against HEAD for new alter_table.out stuff.

Another reason this patch is useful for _interactive_ users: imagine a
view based on a many way join.  Imagine creating a complicated insert rule
that inserts into all the joined tables and when you insert you get a
check failure, but you need to know which actual table the constraint was
on that failed!

Chris


Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Improve CHECK failure message
Next
From: Bruce Momjian
Date:
Subject: Re: Updated CHECK failed message patch