proposal: Additional parameters for RAISE statement

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема proposal: Additional parameters for RAISE statement
Дата
Msg-id 162867790804132315r29bc2829xe1dc62532642834b@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
Hello

this proposal replace older unsuccessful proposal "user exception" -
http://archives.postgresql.org/pgsql-hackers/2005-06/msg00683.php

It allows only add more parameters to RAISE statement::

syntax:

RAISE [NOTICE|WARNING|EXCEPTION] literal [, params] [WITH (eparam=expression, ...)];
possible exception params: sqlstate, detail, detail_log, hint.

Regards
Pavel Stehule


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

Предыдущее
От: "Brendan Jurd"
Дата:
Сообщение: Re: Patch to add objetct size on "\d+" verbose output
Следующее
От: Csaba Nagy
Дата:
Сообщение: Re: Cached Query Plans (was: global prepared statements)