I need a functionality of "@>" array operator in 8.1 Pg server. i.ex.SELECT * FROM table WHERE array_col @> ARRAY ['xxx'] (works in 8.2, error in 8.1)
How to performe such a query ? Is it possible ? Thanks for help.
-- Sent via pgsql-sql mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-sql
