File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
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: Mon Jun 24 23:35:08 EDT 2002
4
+ Last updated: Thu Jul 4 15:25:57 EDT 2002
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
707
707
Indexes do not require as much overhead, but do contain the data that
708
708
is being indexed, so they can be large also.
709
709
710
+ NULLs are stored in bitmaps, so they use very little space.
711
+
710
712
4.7) How do I find out what tables, indexes, databases, and users are
711
713
defined?
712
714
Original file line number Diff line number Diff line change 14
14
alink ="#0000ff ">
15
15
< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
16
16
17
- < P > Last updated: Mon Jun 24 23:35:08 EDT 2002</ P >
17
+ < P > Last updated: Thu Jul 4 15:25:57 EDT 2002</ P >
18
18
19
19
< P > Current maintainer: Bruce Momjian (< A href =
20
20
"mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ A > )< BR >
@@ -909,6 +909,9 @@ <H4><A name="4.6">4.6</A>) How much database disk space is required
909
909
< P > Indexes do not require as much overhead, but do contain the data
910
910
that is being indexed, so they can be large also.</ P >
911
911
912
+ < P > < SMALL > NULL</ SMALL > s are stored in bitmaps, so they
913
+ use very little space.</ P >
914
+
912
915
< H4 > < A name ="4.7 "> 4.7</ A > ) How do I find out what tables, indexes,
913
916
databases, and users are defined?</ H4 >
914
917
You can’t perform that action at this time.
0 commit comments