Error handling in PL/PgSQL (without execution termination)

Поиск
Список
Период
Сортировка
От Allan Kamau
Тема Error handling in PL/PgSQL (without execution termination)
Дата
Msg-id AANLkTi=aa4f3OBLbOvVAscM2oR+qg5ZeKAOqx1V=SyxN@mail.gmail.com
обсуждение исходный текст
Ответы Re: Error handling in PL/PgSQL (without execution termination)  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
I am searching for the resource that explains how to handle SQL
related exceptions in PL/PgSQL without letting the function's
execution terminate.
I would like to use his to address possible UNIQUE constraint
violation (and resulting exception) attributed to multiple clients
concurrently populating the given table.

Allan.

В списке pgsql-general по дате отправления:

Предыдущее
От: "James B. Byrne"
Дата:
Сообщение: Re: Set new owner on cloned database
Следующее
От: Raimon Fernandez
Дата:
Сообщение: Re: SELECT is immediate but the UPDATE takes forever