Re: [REVIEW] Patch for cursor calling with named parameters - Mailing list pgsql-hackers

From Royce Ausburn
Subject Re: [REVIEW] Patch for cursor calling with named parameters
Date
Msg-id 37632288-ABF6-4472-9716-89C1A68FA131@inomial.com
Whole thread Raw
In response to Re: [REVIEW] Patch for cursor calling with named parameters  (Yeb Havinga <yebhavinga@gmail.com>)
List 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!

pgsql-hackers by date:

Previous
From: Yeb Havinga
Date:
Subject: Re: [REVIEW] Patch for cursor calling with named parameters
Next
From: David Fetter
Date:
Subject: Re: Range Types - typo + NULL string constructor