Re: Return a "results set", use a temporary table or use a table?

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Return a "results set", use a temporary table or use a table?
Дата
Msg-id 87smywluc1.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответ на Return a "results set", use a temporary table or use a table?  (Hadley Willan <hadley.willan@deeper.co.nz>)
Список pgsql-general
Hadley Willan <hadley.willan@deeper.co.nz> writes:
> However, my question is, what is the best way I can use to operate on
> the results that are generated by C.  What I mean is A or B will call
> into C and, C will generate a "results set" that A or B need to use.

Try using PostgreSQL 7.3 -- it has much improved support for
set-returning functions ("table functions"), which can be defined in
PL/PgSQL, C, and SQL.

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Multiple Databases
Следующее
От: Richard Ray
Дата:
Сообщение: Re: LDAP authentication