Re: [SQL] 16 parameter limit

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: [SQL] 16 parameter limit
Дата
Msg-id GNELIHDDFBOCMGBFGEFOCECHCCAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: [SQL] 16 parameter limit  (Neil Conway <nconway@klamath.dyndns.org>)
Список pgsql-patches
> What if someone actually uses functions with more than 32
> arguments? Their code will not longer be portable among
> PostgreSQL installations, and they'll need to get the local
> admin to recompile.
>
> I could see adding a configure option if there was a justifiable
> reason for using functions with more than 32 arguments -- but
> IMHO that is quite a bizarre situation anyway, as Peter said.
>
> My vote is to set the default # of function args to some
> reasonable default (32 sounds good), and leave it at that.

OK, agreed.  Then they at least are forced to write functions that will work
on all Postgres 7.3 and above...

Chris


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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: [SQL] 16 parameter limit
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [SQL] 16 parameter limit