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

From: Royce Ausburn <royce(dot)ml(at)inomial(dot)com>
To: Yeb Havinga <yebhavinga(at)gmail(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [REVIEW] Patch for cursor calling with named parameters
Date: 2011-10-11 12:40:51
Message-ID: 37632288-ABF6-4472-9716-89C1A68FA131@inomial.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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!

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2011-10-11 12:43:07 Re: Range Types - typo + NULL string constructor
Previous Message Yeb Havinga 2011-10-11 12:38:37 Re: [REVIEW] Patch for cursor calling with named parameters