pgsql: Marginal improvements to documentation of plpgsql's OPEN cursor

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Marginal improvements to documentation of plpgsql's OPEN cursor
Date: 2011-10-15 17:02:56
Message-ID: E1RF7dQ-0005EC-2Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Marginal improvements to documentation of plpgsql's OPEN cursor statement.

Rearrange text to improve clarity, and add an example of implicit reference
to a plpgsql variable in a bound cursor's query. Byproduct of some work
I'd done on the "named cursor parameters" patch before giving up on it.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0898d71f66ed884af726556ac9ffc8081dddc757

Modified Files
--------------
doc/src/sgml/plpgsql.sgml | 44 ++++++++++++++++++++++++++++----------------
1 files changed, 28 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Uwebartels 2011-10-16 14:04:13 pgstatspack - pgstatspack: install update for 2.3.1
Previous Message User Uwebartels 2011-10-15 16:02:52 pgstatspack - pgstatspack: bug fixes for INSERT INTO pgstatspack_tables