'a' = any( $${'a','x'} )

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-general(at)postgresql(dot)org
Subject: 'a' = any( $${'a','x'} )
Date: 2009-08-08 11:08:34
Message-ID: h5jmbi$6t2$2@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

jasen=# select 'a' = any( $${'a','x'}$$ ) ;
?column?
----------
f
(1 row)

I expect it to be true instead. what am I doing wrong?

PostgreSQL 8.3.7 on i486-pc-linux-gnu, compiled by GCC gcc-4.3.real (Debian 4.3.2-1.1) 4.3.2

jasen.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vyacheslav Kalinin 2009-08-08 11:43:41 Re: 'a' = any( $${'a','x'} )
Previous Message Jasen Betts 2009-08-08 11:03:31 Re: Arrays and LIKE