BUG #1966: Single OUT PARM does not return param name.

Поиск
Список
Период
Сортировка
От Tony Caduto
Тема BUG #1966: Single OUT PARM does not return param name.
Дата
Msg-id 20051014014826.70225F0D23@svr2.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #1966: Single OUT PARM does not return param name.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1966
Logged by:          Tony Caduto
Email address:      tony_caduto@amsoftwaredesign.com
PostgreSQL version: 8.1
Operating system:   Linux
Description:        Single OUT PARM does not return param name.
Details:

When creating a plpgsql function that has one OUT param the function returns
the name of the function as the column name instead of the OUT param name.
This behavior is not consistant with the behavior of other DB systems and
needs to be fixed so that if a single OUT param is specifed the name of the
param is returned.

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

Предыдущее
От: "Wilmar Yesid Calderón Franco"
Дата:
Сообщение: BUG #1965: documentation
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #1966: Single OUT PARM does not return param name.