pgsql: Doc: improve description of plpgsql's RAISE command. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: improve description of plpgsql's RAISE command.
Date
Msg-id E1sUU8t-0009hX-GV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: improve description of plpgsql's RAISE command.

RAISE accepts either = or := in the USING clause, so fix the
syntax synopsis to show that.

Rearrange and wordsmith the descriptions of the different syntax
variants, in hopes of improving clarity.

Igor Gnatyuk, reviewed by Jian He and Laurenz Albe; minor additional
wordsmithing by me

Discussion: https://postgr.es/m/CAEu6iLvhF5sdGeat2x4_L0FvWW_SiN--ma8ya7CZd-oJoV+yqQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/56c6be57af6bd1c7eb7dff50e5f169ced4ed3045

Modified Files
--------------
doc/src/sgml/plpgsql.sgml | 58 ++++++++++++++++++++++++++++-------------------
1 file changed, 35 insertions(+), 23 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Do not summarize WAL if generated with wal_level=minimal.
Next
From: Tom Lane
Date:
Subject: pgsql: Improve pg_ctl's message for shutdown after recovery.