Pavel Stehule escribió: > postgres=# create or replace function xx(anyarray, anyarray) returns > bool[] as $$ > select array(select (select x = any(select y from unnest($2) g2(y))) > from unnest($1) g(x)) > $$ language sql immutable; > CREATE FUNCTION There ain't no unnest() function in 8.3 ... -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general