FETCH ... INTO in PL/pgSQL

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: sqllist <pgsql-sql(at)postgresql(dot)org>
Subject: FETCH ... INTO in PL/pgSQL
Date: 2001-03-14 21:00:48
Message-ID: 3AAFDC00.3F1C966C@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Tom, Bruce,

Is there any way to make use of the contents of a cursor in a PL/pgSQL
function? FETCH ... INTO isn't supported, according to the docs. Can I
use the dot notation, or something similar?

-Josh
--
______AGLIO DATABASE SOLUTIONS___________________________
Josh Berkus
Complete information technology josh(at)agliodbs(dot)com
and data management solutions (415) 565-7293
for law firms, small businesses fax 621-2533
and non-profit organizations. San Francisco

Browse pgsql-sql by date

  From Date Subject
Next Message Oliver Elphick 2001-03-14 21:07:35 Re: need to join successive log entries into one
Previous Message Richard H 2001-03-14 20:57:21 Re: pl/Perl