Greg Stark <[EMAIL PROTECTED]> writes: > I find myself wishing I had a syntax "LIKE ANY (array['foo','bar'])".
You do, because LIKE has an equivalent operator.
foo ~~ ANY (array[])
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
