Re: Need help with INOUT mis-understanding

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Need help with INOUT mis-understanding
Дата
Msg-id 11907.1130363162@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Need help with INOUT mis-understanding  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
Список pgsql-general
Tony Caduto <tony_caduto@amsoftwaredesign.com> writes:
> So what you are saying is INOUT params are NOT constants and you can
> modify them in the function body?

If you couldn't modify them, there would be no way to return a new
value (ie, anything but the passed-in value), so it'd be pretty broken
IMHO ...

            regards, tom lane

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

Предыдущее
От: Tony Caduto
Дата:
Сообщение: Re: Need help with INOUT mis-understanding
Следующее
От: Qingqing Zhou
Дата:
Сообщение: Re: Win32 libpq and ecpg thread safety