Re: How to capture error message and save to a table in PostgreSQL?

Поиск
Список
Период
Сортировка
От Rob Sargent
Тема Re: How to capture error message and save to a table in PostgreSQL?
Дата
Msg-id 4A26A02A-318A-4F46-B18B-860AE3756727@gmail.com
обсуждение исходный текст
Ответ на Re: How to capture error message and save to a table in PostgreSQL?  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Список 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 по дате отправления:

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: How to capture error message and save to a table in PostgreSQL?
Следующее
От: JP
Дата:
Сообщение: Removing JSONB key across all elements of nested array