public inbox for [email protected]
help / color / mirror / Atom feedIgnore error and carry on
2+ messages / 2 participants
[nested] [flat]
* Ignore error and carry on
@ 2022-05-07 10:56 Shaozhong SHI <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Shaozhong SHI @ 2022-05-07 10:56 UTC (permalink / raw)
To: pgsql-sql <[email protected]>
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?
Regards,
David
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Ignore error and carry on
@ 2022-05-07 14:38 David G. Johnston <[email protected]>
parent: Shaozhong SHI <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: David G. Johnston @ 2022-05-07 14:38 UTC (permalink / raw)
To: Shaozhong SHI <[email protected]>; +Cc: pgsql-sql <[email protected]>
On Saturday, May 7, 2022, Shaozhong SHI <[email protected]> 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.
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2022-05-07 14:38 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2022-05-07 10:56 Ignore error and carry on Shaozhong SHI <[email protected]>
2022-05-07 14:38 ` David G. Johnston <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox