From 3debf968ef2c5d4a85842a2fe78bbb28a343ba0f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 25 Feb 2005 00:32:55 +0000 Subject: Fix markup. --- doc/src/FAQ/FAQ.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/FAQ') diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 74a653e09da..d328aa639a5 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff">

Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Thu Feb 24 19:32:04 EST 2005

+

Last updated: Thu Feb 24 19:33:07 EST 2005

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -828,7 +828,7 @@ table?unlimited WHERE col IS NULL; -

To sort by the NULLIS NULL +

To sort by the NULL status, use the IS NULL and IS NOT NULL modifiers in your WHERE clause. Things that are true will sort higher than things that are false, so the following will put NULL entries at the top of the resulting list:

-- cgit v1.2.3