Updated CHECK failed message patch

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: pgsql-patches(at)postgresql(dot)org
Subject: Updated CHECK failed message patch
Date: 2002-08-03 16:00:46
Message-ID: 20020803230950.X21591-200000@houston.familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
checkmsg2.txt text/plain 19.7 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-08-03 16:04:29 Re: Updated CHECK failed message patch
Previous Message Bruce Momjian 2002-08-03 01:07:54 Re: Improve CHECK failure message