Re: Documenting NULLVALUE() and NONNULLVALUE()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Garamond <lists(at)zara(dot)6(dot)isreserved(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Documenting NULLVALUE() and NONNULLVALUE()
Date: 2004-08-07 17:01:10
Message-ID: 549.1091898070@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

David Garamond <lists(at)zara(dot)6(dot)isreserved(dot)com> writes:
> 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).

I don't think we should document nullvalue() and nonnullvalue(), because
they are not standard.

As for "not covered", IS NULL is documented in 9.2 Comparison Operators.

regards, tom lane

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David Garamond 2004-08-07 19:57:07 Re: Documenting NULLVALUE() and NONNULLVALUE()
Previous Message David Garamond 2004-08-07 14:08:36 Documenting NULLVALUE() and NONNULLVALUE()