Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbe64da2

Browse files
committed
Add NULL space mention.
1 parentc8c2b7f commitbe64da2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

‎doc/FAQ

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

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Mon Jun 24 23:35:08 EDT 2002
4+
Last updated:Thu Jul 4 15:25:57 EDT 2002
55

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

@@ -707,6 +707,8 @@
707707
Indexes do not require as much overhead, but do contain the data that
708708
is being indexed, so they can be large also.
709709

710+
NULLs are stored in bitmaps, so they use very little space.
711+
710712
4.7) How do I find out what tables, indexes, databases, and users are
711713
defined?
712714

‎doc/src/FAQ/FAQ.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
alink="#0000ff">
1515
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1616

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>
1818

1919
<P>Current maintainer: Bruce Momjian (<Ahref=
2020
"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
909909
<P>Indexes do not require as much overhead, but do contain the data
910910
that is being indexed, so they can be large also.</P>
911911

912+
<P><SMALL>NULL</SMALL>s are stored in bitmaps, so they
913+
use very little space.</P>
914+
912915
<H4><Aname="4.7">4.7</A>) How do I find out what tables, indexes,
913916
databases, and users are defined?</H4>
914917

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp