Re: Need help with INOUT mis-understanding

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Need help with INOUT mis-understanding
Дата
Msg-id 6067.1130338326@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Need help with INOUT mis-understanding  ("Troy" <troy@hendrix.biz>)
Ответы Re: Need help with INOUT mis-understanding  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
Список pgsql-general
"Troy" <troy@hendrix.biz> writes:
> Does PL/PGSQL handle
> INOUTS the same as ORACLE PL/SQL?

Probably not, if the way you seem to expect it to work is like Oracle.
An INOUT parameter isn't some sort of modifiable by-reference variable,
it's just a shorthand for declaring an IN parameter and an OUT
parameter.

            regards, tom lane

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

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: Where is the webaddress for the most recent postgresql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Quickly calculating row size of a table?