Re: when are the xxxin() functions called

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: when are the xxxin() functions called
Дата
Msg-id CAB7nPqRQD=_=Dvi9EuUUSdwtiAf8H7eRa6RoGkspwwO1+Eh2Wg@mail.gmail.com
обсуждение исходный текст
Ответ на when are the xxxin() functions called  (Rui Hai Jiang <ruihaijiang@msn.com>)
Список pgsql-hackers
On Thu, May 7, 2015 at 11:49 PM, Rui Hai Jiang <ruihaijiang@msn.com> wrote:
> Does anyone know when are charin(),int2in() and int4in() called?

Those are input functions for respectively the types char, smallint
and int. Look at the docs here for more details:
http://www.postgresql.org/docs/devel/static/sql-createtype.html
"The input_function converts the type's external textual
representation to the internal representation used by the operators
and functions defined for the type."
Regards,
-- 
Michael



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: "Bugs" CF?
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: commitfest app bug/feature