Re: [REVIEW] Patch for cursor calling with named parameters

Royce Ausburn <royce.ml@inomial.com>

From: Royce Ausburn <royce.ml@inomial.com>
To: Yeb Havinga <yebhavinga@gmail.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2011-10-11T12:40:51Z
Lists: pgsql-hackers
On 11/10/2011, at 11:38 PM, Yeb Havinga wrote:

> Declaration of cursors with named parameters is already part of PostgreSQL (so it is possible to use the parameter names in the cursor query instead of $1, $2, etc.) and it also already documented with an example, just a few lines above the open examples. See curs3 on http://developer.postgresql.org/pgdocs/postgres/plpgsql-cursors.html

Doh - my apologies!