Re: options for RAISE statement

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: options for RAISE statement
Дата
Msg-id 6999.1210716897@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: options for RAISE statement  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Ответы Re: options for RAISE statement  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Список pgsql-patches
"Pavel Stehule" <pavel.stehule@gmail.com> writes:
> I am sending enhanced version of original patch.

Applied with syntax revisions as per pghackers discussion.

I made a couple of other changes too: I took out the restriction against
throwing codes that are category codes, and instead just documented that
that might be a bad idea.  I don't see a reason to prohibit that if
people really want to do it.  Also, for the few condition names that are
duplicated in plerrcodes.h, I just made it throw the first sqlstate it
finds, rather than complaining.  This will work, in the sense that you
can trap the error using the same condition name, and I don't think it's
really important to make the user think about this.

            regards, tom lane

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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: [GENERAL] Making sure \timing is on
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: options for RAISE statement