Re: processing of unknown datatype - Mailing list pgsql-hackers

From Tom Lane
Subject Re: processing of unknown datatype
Date
Msg-id 14839.1073448740@sss.pgh.pa.us
Whole thread Raw
In response to Re: processing of unknown datatype  (Dave Cramer <pg@fastcrypt.com>)
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Brokenness in parsing of pg_hba.conf
Next
From: "Alex J. Avriette"
Date:
Subject: Re: Brokenness in parsing of pg_hba.conf