Обсуждение: postgres and stored procedures with in/out parameters

Поиск
Список
Период
Сортировка

postgres and stored procedures with in/out parameters

От
KubaTyszko
Дата:
hi.
does postgresql support calling stored procedures with input and output
parameters ?
like  example_proc(in1,in2,out1,out2);
if it does not - will it be possible in some time ?
is someone planning it ?

thanks.

Re: postgres and stored procedures with in/out parameters

От
Douglas McNaught
Дата:
KubaTyszko <kuba@lbl.pl> writes:

> hi.
> does postgresql support calling stored procedures with input and output
> parameters ?
> like  example_proc(in1,in2,out1,out2);
> if it does not - will it be possible in some time ?
> is someone planning it ?

It's not supported in the current version, but it will be in the
upcoming 8.1 release.

-Doug