processing of unknown datatype

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема processing of unknown datatype
Дата
Msg-id 1073430844.1946.166.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: processing of unknown datatype  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
How does the unknown data type get processed, there doesn't seem to be
any casts for it?

I have a function expecting a timestamp, cstring, cstring

if I pass it a timestamp, unknown, unkown it works?
if I pass it an unknown, unknown, unkown, it can't be found?

Dave
-- 
Dave Cramer
519 939 0336
ICQ # 1467551



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Reserved words and named function parameters
Следующее
От: Tom Lane
Дата:
Сообщение: Re: processing of unknown datatype