Re: Updated CHECK failed message patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Updated CHECK failed message patch
Date: 2002-08-04 05:11:44
Message-ID: 200208040511.g745BiV17785@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


[ Previous one reversed out.]

Patch applied. Thanks.

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

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

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2002-08-04 06:53:46 Re: anonymous composite types for Table Functions (aka
Previous Message Bruce Momjian 2002-08-04 05:09:31 Re: misc fixes