Re: [HACKERS] pl/pgsql function out parameters

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [HACKERS] pl/pgsql function out parameters
Дата
Msg-id 39648AD3.F7554F33@alumni.caltech.edu
обсуждение исходный текст
Ответ на pl/pgsql function out parameters  (Richard Nfor <rnfor@taku.demon.co.uk>)
Список pgsql-general
> Does anyone know if out parameters are supported in pl/pgsql functions?

Yes. They are not supported. I've got patches ready to submit which
recognize the IN, OUT and INOUT keywords defined in SQL99, but the
patches will just throw an explicit error if you specify an OUT/INOUT
parameter.

btw, everyone: any objections to or comments on the above?

                       - Thomas

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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: change in now() and ago with 7.x
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: Find all the dates in the calendar week?