pgsql: Doc: improve description of plpgsql's RAISE command.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: improve description of plpgsql's RAISE command.
Date: 2024-07-18 16:38:07
Message-ID: E1sUU8t-0009hX-GV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-07-18 17:49:03 pgsql: Improve pg_ctl's message for shutdown after recovery.
Previous Message Robert Haas 2024-07-18 16:25:51 pgsql: Do not summarize WAL if generated with wal_level=minimal.