Re: anyelement and anynonarray inclusion

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: cgg007(at)yahoo(dot)com
Cc: postgresql listserv <pgsql-general(at)postgresql(dot)org>
Subject: Re: anyelement and anynonarray inclusion
Date: 2009-09-29 20:35:59
Message-ID: 1259.1254256559@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

CG <cgg007(at)yahoo(dot)com> writes:
> Iuse 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Louis Fridkis 2009-09-29 20:49:33 pitr errors
Previous Message Andy Colson 2009-09-29 19:56:36 Re: do I need a rollback() after commit that fails?