Re: Pagination with Output Variables?

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Pagination with Output Variables?
Дата
Msg-id 20050223002657.GA80291@winnie.fuhr.org
обсуждение исходный текст
Ответ на Pagination with Output Variables?  ("Steve - DND" <postgres@digitalnothing.com>)
Список pgsql-sql
On Tue, Feb 22, 2005 at 04:29:30PM -0700, Steve - DND wrote:

> Can a function return two type results? So that the first type would be just
> the total number of records, and the second type would be the resultset of
> customers?

The function could return a set of cursors, one for the query that
returns the total number of records and one for the resultset.  The
8.0 documentation has an example that should work in earlier versions
as well (except for the dollar quoting):

http://www.postgresql.org/docs/8.0/static/plpgsql-cursors.html

See the example at the bottom of the page.

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Steve - DND"
Дата:
Сообщение: Pagination with Output Variables?
Следующее
От: CoL
Дата:
Сообщение: Re: VIEW / ORDER BY + UNION