Error handling: Resume work after error - Mailing list pgsql-general

From Raul Kaubi
Subject Error handling: Resume work after error
Date
Msg-id CAO_+3-CKzP_hwuWqVx+-s1DXT4SzX-ohMd48QuziE0P1KQGCxQ@mail.gmail.com
Whole thread Raw
Responses Re: Error handling: Resume work after error  (hubert depesz lubaczewski <depesz@depesz.com>)
List pgsql-general
Hi

PostgreSQL 12.1

Let's say I want my procedure/function to resume work after specific error ( duplicate_table ).
Is it possible to resume work after error..?


EXCEPTION
WHEN duplicate_table then ......;

Or is there different approach to achieve that..?


Thanks
Raul 

pgsql-general by date:

Previous
From: Raul Kaubi
Date:
Subject: Re: Declare variable from other variable
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: Error handling: Resume work after error