Error handling: Resume work after error

Поиск
Список
Период
Сортировка
От Raul Kaubi
Тема Error handling: Resume work after error
Дата
Msg-id CAO_+3-CKzP_hwuWqVx+-s1DXT4SzX-ohMd48QuziE0P1KQGCxQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Error handling: Resume work after error  (hubert depesz lubaczewski <depesz@depesz.com>)
Список 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 по дате отправления:

Предыдущее
От: Raul Kaubi
Дата:
Сообщение: Re: Declare variable from other variable
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: Error handling: Resume work after error