Add small detail to RAISE statement descripton - Mailing list pgsql-docs

From Igor Gnatyuk
Subject Add small detail to RAISE statement descripton
Date
Msg-id CAEu6iLvhF5sdGeat2x4_L0FvWW_SiN--ma8ya7CZd-oJoV+yqQ@mail.gmail.com
Whole thread Raw
Responses Re: Add small detail to RAISE statement descripton
List 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

Attachment

pgsql-docs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Explanations not clear
Next
From: jian he
Date:
Subject: Re: Add small detail to RAISE statement descripton