Re: Quota query with decent performance? - Mailing list pgsql-sql

From Bruno Wolff III
Subject Re: Quota query with decent performance?
Date
Msg-id 20031118143627.GA32105@wolff.to
Whole thread Raw
In response to Re: Quota query with decent performance?  (Troels Arvin <troels@arvin.dk>)
List pgsql-sql
On Tue, Nov 18, 2003 at 15:21:43 +0100, Troels Arvin <troels@arvin.dk> wrote:
> On Tue, 18 Nov 2003 06:56:42 -0600, Bruno Wolff III wrote:
> 
> [...]
> > where not isfalse (age <=
> [...]
> 
> Strange. I can't find the ISFALSE in neither PostgreSQL or standard SQL
> documentation. How can that be?

I didn't remember the exact syntax and found the isfalse function by
guessing. The standard syntax is expression is false instead of
isfalse(expression), though the function does work (in 7.4 at least).
area=> select isfalse(null);isfalse
---------f
(1 row)



pgsql-sql by date:

Previous
From: Troels Arvin
Date:
Subject: Re: Quota query with decent performance?
Next
From: Bruno Wolff III
Date:
Subject: Re: Quota query with decent performance?