Re: fyi - Mailing list pgsql-admin

From Stephan Szabo
Subject Re: fyi
Date
Msg-id 20030731225212.B37793-100000@megazone.bigpanda.com
Whole thread Raw
In response to fyi  (maillist <maillist@tnss.com>)
List pgsql-admin
On Thu, 31 Jul 2003, maillist wrote:

> select * from apps where (not apppag = null);
> returns nothing when it should return every thing

No.  It should return nothing.  apppag = null returns unknown for every
row.  Use IS NULL to test if a value is null.


pgsql-admin by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Parallel transactions failing oddly
Next
From: Mauri Sahlberg
Date:
Subject: Re: Parallel transactions failing oddly