pgsql: Doc: improve discussion of plpgsql's GET DIAGNOSTICS, other mino

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Doc: improve discussion of plpgsql's GET DIAGNOSTICS, other mino
Date: 2016-07-18 20:52:24
Message-ID: E1bPFWa-0007AU-SG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: improve discussion of plpgsql's GET DIAGNOSTICS, other minor fixes.

9.4 added a second description of GET DIAGNOSTICS that was totally
independent of the existing one, resulting in each description lying to the
extent that it claimed the set of status items it described was complete.
Fix that, and do some minor markup improvement.

Also some other small fixes per bug #14258 from Dilian Palauzov.

Discussion: <20160718181437(dot)1414(dot)40802(at)wrigleys(dot)postgresql(dot)org>

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/17f644911b6818837d2434032f53947e4a727740

Modified Files
--------------
doc/src/sgml/plpgsql.sgml | 139 +++++++++++++++++++++++++-----------------
doc/src/sgml/release-9.4.sgml | 2 +-
2 files changed, 85 insertions(+), 56 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-07-18 20:55:30 pgsql: Stamp 9.6beta3.
Previous Message Tom Lane 2016-07-18 17:33:01 pgsql: Doc: fix table of BRIN operator strategy numbers.