Re: Input Function (domain_in) Call

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Input Function (domain_in) Call
Дата
Msg-id 17193.1155994743@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Input Function (domain_in) Call  (Volkan YAZICI <yazicivo@ttnet.net.tr>)
Список pgsql-hackers
Volkan YAZICI <yazicivo@ttnet.net.tr> writes:
> I was using OidInputFunctionCall() to cast a basic type into a domain
> type.
> Is this the right way to use domain_in() function?

If you're doing it more than about once per SQL command, you should find
a place to cache the fmgr lookup info and use InputFunctionCall instead.
Look at the standard PLs for examples.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BugTracker (Was: Re: 8.2 features status)
Следующее
От: Tom Lane
Дата:
Сообщение: pg_dump versus SERIAL, round N