operator contains in older Pgsql

From: "W(dot) Kinastowski" <kinastowski(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: operator contains in older Pgsql
Date: 2009-08-18 07:47:24
Message-ID: 4A8A5C8C.40809@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Jasen Betts 2009-08-18 09:44:23 Re: operator contains in older Pgsql
Previous Message Jan Verheyden 2009-08-18 07:04:42 FW: simple? query