Re: functions that return a dataset or set of rows - Mailing list pgsql-sql

From Roberto Mello
Subject Re: functions that return a dataset or set of rows
Date
Msg-id 20021018222911.GF14753@cc.usu.edu
Whole thread Raw
In response to Re: functions that return a dataset or set of rows  (Brian <bill@digitalpitstop.com>)
List 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?


pgsql-sql by date:

Previous
From:
Date:
Subject: Re: adding column with not null constraint
Next
From: Terry Yapt
Date:
Subject: Restricting a VIEW.