Re: Ignore error and carry on - Mailing list pgsql-sql

From David G. Johnston
Subject Re: Ignore error and carry on
Date
Msg-id CAKFQuwY=SUwWbe5THmzeq3GLXitP4iHfG_moTSag92vSCqucfw@mail.gmail.com
Whole thread Raw
In response to Ignore error and carry on  (Shaozhong SHI <shishaozhong@gmail.com>)
List pgsql-sql


On Saturday, May 7, 2022, Shaozhong SHI <shishaozhong@gmail.com> wrote:
In Python, one can do ignore error and carry on processing.

I came across ERROR:  invalid memory alloc request size 1073741824.

I wish plpgsql codes to carry on with processing others.

How to ignore error/exception and carry on in plpgsql?

Read up on the savepoint command.

David J.

pgsql-sql by date:

Previous
From: Rob Sargent
Date:
Subject: Re: Recursive query - ERROR: invalid memory alloc request size 1073741824
Next
From: Tom Lane
Date:
Subject: Re: Recursive query - ERROR: invalid memory alloc request size 1073741824