Re: Scrolling cursors in PL/PgSQL

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To:
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>, pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Scrolling cursors in PL/PgSQL
Date: 2007-11-01 21:02:42
Message-ID: 472A3EF2.4080202@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

On 01/11/2007 20:19, Dawid Kuroczko wrote:

> Any other idea how to efficiently solve such a problem?

How about creating a temporary table within your function and using that
instead?

Ray.

---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
---------------------------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2007-11-01 21:05:38 Re: Scrolling cursors in PL/PgSQL
Previous Message Peter Eisentraut 2007-11-01 20:56:28 Re: [GENERAL] Abbreviation list

Browse pgsql-sql by date

  From Date Subject
Next Message Pavel Stehule 2007-11-01 21:05:38 Re: Scrolling cursors in PL/PgSQL
Previous Message Dawid Kuroczko 2007-11-01 20:19:44 Scrolling cursors in PL/PgSQL