Re: processing of unknown datatype

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: processing of unknown datatype
Дата
Msg-id 14839.1073448740@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: processing of unknown datatype  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-hackers
Dave Cramer <pg@fastcrypt.com> writes:
> So how can I create a function that it will choose, the option of
> casting is not available to me

If the inputs are all unknown, I think your only choice is to not have
more than one function of that name (and number of parameters).
Otherwise the system simply doesn't have a basis for making a choice.
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Brokenness in parsing of pg_hba.conf
Следующее
От: "Alex J. Avriette"
Дата:
Сообщение: Re: Brokenness in parsing of pg_hba.conf