Re: [HACKERS] Implementation of SQLCODE and SQLERRM variables for

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: [HACKERS] Implementation of SQLCODE and SQLERRM variables for
Дата
Msg-id Pine.LNX.4.44.0503071015110.4380-400000@kix.fsv.cvut.cz
обсуждение исходный текст
Ответ на Re: [HACKERS] Implementation of SQLCODE and SQLERRM variables for  (Pavel Stehule <stehule@kix.fsv.cvut.cz>)
Ответы Re: [HACKERS] Implementation of SQLCODE and SQLERRM variables
Re: [HACKERS] Implementation of SQLCODE and SQLERRM variables for
Список pgsql-patches
Hello,

I used different format now. Documentation:

This patch is implementation of variables SQLERRM and SQLCODE for plpgsql
language. Variable SQLCODE contains five chars PostgreSQL Error Code,
SQLERRM contains relevant message last catched exception. All variables
are attached to plpgsql_block and have local scope. Default values are
'00000' for SQLCODE and 'Sucessful completion' for SQLERRM. Some example
of using is in file test.sql.

Regards

Pavel Stehule

Вложения

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

Предыдущее
От: "Michael Paesold"
Дата:
Сообщение: Re: Continue transactions after errors in psql
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Faster install-sh in C