- Mailing list pgsql-hackers

From Vince Vielhaber
Subject
Date
Msg-id 199912151510.KAA08185@hub.org
Whole thread Raw
List pgsql-hackers
I think I asked this before but don't recall seeing an answer.  Do we 
have a logical AND?  partial example:

SELECT (( sum(case dict.word when 'enable' then 1 else 0 end) && sum(case
dict.word when 'test'  then 1 else 0 end))) FROM blahblahblah

Note the && in the first line.  I'm guessing this came from MySQL, it's
a query that UdmSearch created.

Vince.
-- 
==========================================================================
Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
128K ISDN - $24.95/mo or less; 56K Dialup - $17.95/mo or less www.pop4.net       Online Campground Directory
http://www.camping-usa.com     Online Giftshop Superstore    http://www.cloudninegifts.com
 
==========================================================================






pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] non-blocking patches.
Next
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] From: Vince Vielhaber