Re: How to capture error message and save to a table in PostgreSQL? - Mailing list pgsql-sql

From Rob Sargent
Subject Re: How to capture error message and save to a table in PostgreSQL?
Date
Msg-id 4A26A02A-318A-4F46-B18B-860AE3756727@gmail.com
Whole thread Raw
In response to Re: How to capture error message and save to a table in PostgreSQL?  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
List pgsql-sql

> On Oct 9, 2021, at 12:22 PM, Karsten Hilbert <Karsten.Hilbert@gmx.net> wrote:
>
> Am Fri, Oct 08, 2021 at 10:45:45AM +0100 schrieb Shaozhong SHI:
>
>> I wish to test out to produce a table when data violates constraints when
>> insert into a new table with constraint set.  How to capture and save error
>> message to a new table?
>
> That depends on how you access the table and at which level
> you wish the above to happen.
>
> You need to be less generic to get better help.
>
If there is a client application involved you might be better off validating the input there rather than going all the
wayto the server with bad data.  


>



pgsql-sql by date:

Previous
From: Karsten Hilbert
Date:
Subject: Re: How to capture error message and save to a table in PostgreSQL?
Next
From: JP
Date:
Subject: Removing JSONB key across all elements of nested array