Re: Quota query with decent performance?

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Quota query with decent performance?
Дата
Msg-id 20031118143627.GA32105@wolff.to
обсуждение исходный текст
Ответ на Re: Quota query with decent performance?  (Troels Arvin <troels@arvin.dk>)
Список 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 по дате отправления:

Предыдущее
От: Troels Arvin
Дата:
Сообщение: Re: Quota query with decent performance?
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Quota query with decent performance?