File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Fri Jan 23 09:41:43 EST 2004
4
+ Last updated: Sat Jan 24 21:28:41 EST 2004
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
737
737
Indexes do not require as much overhead, but do contain the data that
738
738
is being indexed, so they can be large also.
739
739
740
- NULLs are stored in bitmaps, so they use very little space.
740
+ NULLs are stored as bitmaps, so they use very little space.
741
741
742
742
4.7) How do I find out what tables, indexes, databases, and users are
743
743
defined?
Original file line number Diff line number Diff line change 10
10
alink ="#0000ff ">
11
11
< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
12
12
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 >
14
14
15
15
< P > Current maintainer: Bruce Momjian (< A href =
16
16
"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
928
928
< P > Indexes do not require as much overhead, but do contain the data
929
929
that is being indexed, so they can be large also.</ P >
930
930
931
- < P > < SMALL > NULL</ SMALL > s are stored in bitmaps, so they
931
+ < P > < SMALL > NULL</ SMALL > s are stored as bitmaps, so they
932
932
use very little space.</ P >
933
933
934
934
< H4 > < A name ="4.7 "> 4.7</ A > ) How do I find out what tables, indexes,
You can’t perform that action at this time.
0 commit comments