Documenting NULLVALUE() and NONNULLVALUE()

From: David Garamond <lists(at)zara(dot)6(dot)isreserved(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: Documenting NULLVALUE() and NONNULLVALUE()
Date: 2004-08-07 14:08:36
Message-ID: 4114E264.2090709@zara.6.isreserved.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Perl and PHP programmers (such as myself) are accustomed to using
defined()/isset() and so when wanting to test null value they might look
to the Functions chapter (9) instead of the SQL Syntax chapter (4). It
took me some time before I found out about ISNULL, IS NULL, NOTNULL, IS
NOT NULL. In MySQL I am accustomed to using ISNULL() function.

Perhaps we can change section 9.1 from "Logical Operators" to "Logical
Functions and Operators"? NULLVALUE() and NONNULLVALUE() can be
documented there, along with IS, IS NULL, and IS NOT NULL (which also
don't seem to have been covered yet in Chapter 9).

Should I submit a patch?

--
dave

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2004-08-07 17:01:10 Re: Documenting NULLVALUE() and NONNULLVALUE()
Previous Message Tom Lane 2004-08-07 03:54:34 Re: 8.0 beta status