Re: getting all constraint violations

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: getting all constraint violations
Date: 2010-05-21 17:35:25
Message-ID: 20100521173525.GA32221@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In response to Gauthier, Dave :
> Hi:
>
>
>
> I have a table with many constraints. A user tries to insert a record that
> violates many of them. The error message I get back lists the first violation.
> How cani I (or can I) get them all?

I think that isn't possible: the first violation throws the error, the
transaction stopped.

Regards, Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2010-05-21 17:36:15 Re: getting all constraint violations
Previous Message Gauthier, Dave 2010-05-21 17:27:47 getting all constraint violations