Ignore error and carry on

From: Shaozhong SHI <shishaozhong(at)gmail(dot)com>
To: pgsql-sql <pgsql-sql(at)lists(dot)postgresql(dot)org>
Subject: Ignore error and carry on
Date: 2022-05-07 10:56:01
Message-ID: CA+i5JwbY-1Acg92Vp8VUJxvMC+nSJ1xX4G36rEKRq5UP0+WEPg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Shaozhong SHI 2022-05-07 13:23:53 Recursive query - ERROR: invalid memory alloc request size 1073741824
Previous Message Erik Brandsberg 2022-04-29 19:16:06 Re: Has anyone tried to run lots of postgres commands in parallel in this way?