processing of unknown datatype - Mailing list pgsql-hackers

From Dave Cramer
Subject processing of unknown datatype
Date
Msg-id 1073430844.1946.166.camel@localhost.localdomain
Whole thread Raw
Responses Re: processing of unknown datatype  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Reserved words and named function parameters
Next
From: Tom Lane
Date:
Subject: Re: processing of unknown datatype