anyelement and anynonarray inclusion

Started by Chris Gamacheover 16 years ago2 messagesgeneral
Jump to latest
#1Chris Gamache
cgg007@yahoo.com

 
 
I use a custom datatype that's a good candidate for being included in the family of data types that fit in the "anynonarray" and "anyelement" categories. How can I get PostgreSQL to include that data type when it is considering selecting functions and operators that take the polymorphic types?

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Chris Gamache (#1)
Re: anyelement and anynonarray inclusion

CG <cgg007@yahoo.com> writes:

I�use a custom datatype that's a good candidate for being included in the family of data types that fit in the "anynonarray" and "anyelement" categories. How can I get PostgreSQL to include that data type when it is considering selecting functions and operators that take the polymorphic types?

grep -r ANYELEMENTOID sources

edit all hits to taste

regards, tom lane