Re: Found small issue with OUT params

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Found small issue with OUT params
Дата
Msg-id 6612.1127959374@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Found small issue with OUT params  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
Ответы Re: Found small issue with OUT params  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Found small issue with OUT params  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
Re: Found small issue with OUT params  (Mike Rylander <mrylander@gmail.com>)
Список pgsql-hackers
Tony Caduto <tony_caduto@amsoftwaredesign.com> writes:
> Please don't take this the wrong way, but don't you think even if a 
> single param is declared as OUT it should return the name of the OUT param?

Not really, because "create function foo (in x int, out y float)" is
supposed to have the same external behavior as "create function foo
(in x int) returns float".  I agree it's a bit of a judgment call, but
I do not see a case for changing it.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Open items list for 8.1
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] Proposed patch for sequence-renaming problems