pgsql: doc: Use more concise wording for pl/pgSQL TG_ variables

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Use more concise wording for pl/pgSQL TG_ variables
Date: 2022-11-15 13:59:29
Message-ID: E1ouwTI-000Jfp-Tv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Use more concise wording for pl/pgSQL TG_ variables

To improve readability of the TG_ variables definition lists, this moves
the datatypes up to the defined term to avoid having each entry start
with "Data type". This also removes redundant wording that that didn't
carry any information from the descriptions.

Author: Christoph Berg <myon(at)debian(dot)org>
Reviewed-by: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Discussion: https://postgr.es/m/Yw4Noe3A2s87A0qq@msg.df7cb.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b7f3981756d314d32cca27b5c3d31bdd58b6ff06

Modified Files
--------------
doc/src/sgml/plpgsql.sgml | 67 ++++++++++++++++++++---------------------------
1 file changed, 28 insertions(+), 39 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-11-15 14:42:44 pgsql: Check return value of pclose() correctly
Previous Message Peter Eisentraut 2022-11-15 13:28:47 pgsql: psql: Add command to use extended query protocol