Re: exception handling in plpgsql

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: exception handling in plpgsql
Дата
Msg-id 41D5DA8C.9000806@dunslane.net
обсуждение исходный текст
Ответ на Re: exception handling in plpgsql  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-hackers

Michael Fuhr wrote:

>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
>  
>


You are right. My humble apologies.

andrew


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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: exception handling in plpgsql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 'COPY ... FROM' inserts to btree, blocks on buffer writeout