Re: exception handling in plpgsql

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: exception handling in plpgsql
Дата
Msg-id 20041231224400.GC24310@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: exception handling in plpgsql  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: exception handling in plpgsql  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Fri, Dec 31, 2004 at 03:18:39PM -0500, Andrew Dunstan wrote:

> It has told you what the problem is. Use a handler for an exception that 
> actually exists. To see what these are, read 
> http://developer.postgresql.org/docs/postgres/plpgsql-errors-and-messages.html

As the PL/pgSQL "Trapping Errors" documentation says, "The _condition_
names can be any of those shown in Appendix A," so a more useful link
would be:

http://developer.postgresql.org/docs/postgres/errcodes-appendix.html

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/


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

Предыдущее
От: lsunley@mb.sympatico.ca
Дата:
Сообщение: Re: sysv_shmem potential problem
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: exception handling in plpgsql