On Sat, Aug 8, 2009 at 12:08 PM, Jasen Betts<ja...@xnet.co.nz> wrote:
> select 'a' = any( $${'a','x'}$$ ) ;

postgres=# select 'a' = any( $${"a","x"}$$ ) ;
 ?column?
----------
 t
(1 row)


-- 
greg
http://mit.edu/~gsstark/resume.pdf

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to