Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit afe7b7b

Browse files
committed
Update null storage description.
1 parent 8303a3d commit afe7b7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/FAQ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Fri Jan 23 09:41:43 EST 2004
4+
Last updated: Sat Jan 24 21:28:41 EST 2004
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -737,7 +737,7 @@
737737
Indexes do not require as much overhead, but do contain the data that
738738
is being indexed, so they can be large also.
739739

740-
NULLs are stored in bitmaps, so they use very little space.
740+
NULLs are stored as bitmaps, so they use very little space.
741741

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

doc/src/FAQ/FAQ.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated: Fri Jan 23 09:41:43 EST 2004</P>
13+
<P>Last updated: Sat Jan 24 21:28:41 EST 2004</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<A href=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -928,7 +928,7 @@ <H4><A name="4.6">4.6</A>) How much database disk space is required
928928
<P>Indexes do not require as much overhead, but do contain the data
929929
that is being indexed, so they can be large also.</P>
930930

931-
<P><SMALL>NULL</SMALL>s are stored in bitmaps, so they
931+
<P><SMALL>NULL</SMALL>s are stored as bitmaps, so they
932932
use very little space.</P>
933933

934934
<H4><A name="4.7">4.7</A>) How do I find out what tables, indexes,

0 commit comments

Comments
 (0)