Add small detail to RAISE statement descripton

Поиск
Список
Период
Сортировка
От Igor Gnatyuk
Тема Add small detail to RAISE statement descripton
Дата
Msg-id CAEu6iLvhF5sdGeat2x4_L0FvWW_SiN--ma8ya7CZd-oJoV+yqQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Add small detail to RAISE statement descripton  (jian he <jian.universality@gmail.com>)
Список pgsql-docs
Hi,

There is a slight syntax inaccuracy in the description of the RAISE
statement - assignments of parameter values in USING.
(Chapter 43. PL/pgSQL — SQL Procedural Language / 43.9 Errors and
Messages / 43.9.1 Reporting Errors and Messages):

"...You can attach additional information to the error report by
writing USING followed by option = expression items..."
It should, apparently, be like this: "...option { = | := } expression..."

The patch corrects this little omission. Attached: fix_doc_raise.patch

Regards, Igor Gnatyuk

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Explanations not clear
Следующее
От: jian he
Дата:
Сообщение: Re: Add small detail to RAISE statement descripton