pgsql: Editorial overhaul of plpgsql documentation. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Editorial overhaul of plpgsql documentation.
Date
Msg-id 20070714230225.9DF9B9FB2E9@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Editorial overhaul of plpgsql documentation.  Provide detailed documentation
of variable substitution and plan caching behavior in dedicated sections.
(A lot of this material existed already, but was scattered in various places
in the chapter.)  Reorganize material a little bit, mostly to try to avoid
diving into deep details in the first introductory sections.  Document some
fine points that had escaped treatment before, notably the ability to qualify
plpgsql variable names with block labels.  Some minor wordsmithing here and
there.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        plpgsql.sgml (r1.112 -> r1.113)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpgsql.sgml.diff?r1=1.112&r2=1.113)

pgsql-committers by date:

Previous
From: andrewd@pgfoundry.org (User Andrewd)
Date:
Subject: pgbuildfarm - client-code: use XP_EXIT_FIX setting in build scripts for
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Note incompatibility with Oracle's version of FOR ...