Tom Lane wrote: > Alvaro Herrera <alvhe...@commandprompt.com> writes: > > I'm seeking more powerful "any" pseudotypes. > > If you don't want any constraints at all on the argument types, you > can use "any" (with the quotes, because it's a reserved word :-(). > If you want some constraints but not "anyelement", please be more > specific about what you want.
That would work, except that plpgsql and SQL don't like it: ERROR: PL/pgSQL functions cannot accept type "any" ERROR: SQL functions cannot have arguments of type "any" -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers