Re: functions that return a dataset or set of rows

Поиск
Список
Период
Сортировка
От Roberto Mello
Тема Re: functions that return a dataset or set of rows
Дата
Msg-id 20021018222911.GF14753@cc.usu.edu
обсуждение исходный текст
Ответ на Re: functions that return a dataset or set of rows  (Brian <bill@digitalpitstop.com>)
Список 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 по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Re: adding column with not null constraint
Следующее
От: Terry Yapt
Дата:
Сообщение: Restricting a VIEW.