From be64da227c62315b6ae75ce9d0cc2049ea7408fd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 4 Jul 2002 19:26:10 +0000 Subject: Add NULL space mention. --- doc/src/FAQ/FAQ.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 35f5024d19f..af7de1d57df 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -14,7 +14,7 @@ alink="#0000ff">

Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Mon Jun 24 23:35:08 EDT 2002

+

Last updated: Thu Jul 4 15:25:57 EDT 2002

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -909,6 +909,9 @@

Indexes do not require as much overhead, but do contain the data that is being indexed, so they can be large also.

+

NULLs are stored in bitmaps, so they + use very little space.

+

4.7) How do I find out what tables, indexes, databases, and users are defined?

-- cgit v1.2.3