Re: functions that return a dataset or set of rows

From: Roberto Mello <rmello(at)cc(dot)usu(dot)edu>
To: Brian <bill(at)digitalpitstop(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: functions that return a dataset or set of rows
Date: 2002-10-18 22:29:11
Message-ID: 20021018222911.GF14753@cc.usu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, Oct 17, 2002 at 05:41:22PM -0400, Brian wrote:
> Is it not possible in 7.2?

In 7.2 you can return a cursor, which gets close and lets you basically
accomplish the goal.

See the PL/pgSQL developer documentation for 7.3 (returning cursors was
omitted accidentally (?) in the 7.2 documentation).

http://developer.postgresql.org/

-Roberto

--
+----| Roberto Mello - http://www.brasileiro.net/ |------+
+ Computer Science Graduate Student, Utah State University +
+ USU Free Software & GNU/Linux Club - http://fslc.usu.edu/ +
Bill Gates made $6.3 Billion selling us MS-DOS?

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Horst Herb 2002-10-19 00:22:44 Re: help!
Previous Message mallah 2002-10-18 21:57:41 Re: adding column with not null constraint