Re: OUT parameter

Поиск
Список
Период
Сортировка
От Daniel Caune
Тема Re: OUT parameter
Дата
Msg-id 1E293D3FF63A3740B10AD5AAD88535D201D9F9FA@UBIMAIL1.ubisoft.org
обсуждение исходный текст
Ответ на OUT parameter  ("Daniel Caune" <daniel.caune@ubisoft.com>)
Список pgsql-sql
> > "Owen Jacobson" <ojacobson@osl.com> writes:
> > > I'd say there's no problem with this, PROVIDED you can ensure
you'll
> > > never abort before completing the computation.
> >
> > Not really an issue in Postgres: we do not support pass-by-reference
> > parameters and are unlikely to start doing so.  There isn't any way
> > that you can affect locals of a calling procedure before you return.
>
> Then I've misunderstood the semantics of OUT and more importantly
INOUT
> parameters.  Thanks for the correction; I'm reading Daniel Caune's
notes
> on the docs now.
>
> -Owen

Funny!  I started that thread on OUT parameter; that's a kind of
circle... :-)

--
Daniel CAUNE
Ubisoft Online Technology
(514) 4090 2040 ext. 5418


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

Предыдущее
От: "Owen Jacobson"
Дата:
Сообщение: Re: OUT parameter
Следующее
От: "Todd Kennedy"
Дата:
Сообщение: Question about One to Many relationships