Re: Proposal: real procedures again (8.4)

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: Proposal: real procedures again (8.4)
Дата
Msg-id 20071027211021.GN17890@fetter.org
обсуждение исходный текст
Ответ на Re: Proposal: real procedures again (8.4)  (Hannu Krosing <hannu@skype.net>)
Ответы Re: Proposal: real procedures again (8.4)  ("Merlin Moncure" <mmoncure@gmail.com>)
Re: Proposal: real procedures again (8.4)  (Hannu Krosing <hannu@skype.net>)
Список pgsql-hackers
On Sun, Oct 28, 2007 at 12:05:26AM +0300, Hannu Krosing wrote:
> Ühel kenal päeval, L, 2007-10-27 kell 12:55, kirjutas Josh Berkus:
> > Merlin, Pavel,
> > 
> > > Mutable session variables would be nice, but I'll take a plpgsql
> > > langauge (or psm) with or without them, so long as transactions
> > > are manual.  It's possible to emulate variables using scalar
> > > functions with the desired volatility currently (but you still
> > > have to be careful with transactions).
> > 
> > The other big useful feature we're missing from Functions is
> > multisets. 
> 
> I think that support for multisets has been removed from our fe-be
> protocol implementation bit-by-bit.

How do you mean?

The only way I've done multisets is by creating functions that return
multiple refcursors, either in a row or as SETOF.  Is or was there
some other way?

Cheers,
David.
-- 
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: Proposal: real procedures again (8.4)
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: [PATCHES] Including Snapshot Info with Indexes