Re: Out parameters handling

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Out parameters handling
Дата
Msg-id 20090306225743.GL3901@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Out parameters handling  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers
Kevin Grittner escribió:

> I find the PostgreSQL implementation of OUT parameters, well,
> surprising.  I've used databases where stored procedures can have a
> RETURN value, OUT parameters, and result streams as three discreet
> things which can't be mistaken for one another -- which seems more
> sensible.  Is this issue in PostgreSQL a spin-off of not having stored
> procedures, and trying to shoehorn SP behavior into functions?

I think the current behavior is more a result of Postgres not having
host variables.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Out parameters handling
Следующее
От: Andreas 'ads' Scherbaum
Дата:
Сообщение: Re: Validating problem in the isn contrib module