aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-02-25 04:30:06 +0000
committerBruce Momjian <bruce@momjian.us>2006-02-25 04:30:06 +0000
commit3952eecd4ad8d53d9126af99464c04e5a945e983 (patch)
tree2eb3856f519948c1248e0f6ee52de3ceb95df4d7 /doc/src
parent032858216caa0e820ddfe32ec4cd91a2de31a6b4 (diff)
downloadpostgresql-3952eecd4ad8d53d9126af99464c04e5a945e983.tar.gz
postgresql-3952eecd4ad8d53d9126af99464c04e5a945e983.zip
Fix computation of sample table size.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/FAQ.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index 7359ba271dc..4fd3016986b 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -10,7 +10,7 @@
alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
- <P>Last updated: Fri Feb 24 09:59:35 EST 2006</P>
+ <P>Last updated: Fri Feb 24 23:28:40 EST 2006</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)
@@ -692,7 +692,7 @@ table?</TD><TD>unlimited</TD></TR>
and text description on each line. Suppose the text string
avergages twenty bytes in length. The flat file would be 2.8 MB.
The size of the PostgreSQL database file containing this data can
- be estimated as 6.4 MB:</P>
+ be estimated as 5.6 MB:</P>
<PRE>
28 bytes: each row header (approximate)
24 bytes: one int field and one text field