diff --git a/doc/FAQ b/doc/FAQ
index b44997cd16a..2c70d78fb96 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Fri Feb 24 09:59:35 EST 2006
+ Last updated: Fri Feb 24 23:28:40 EST 2006
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -524,7 +524,7 @@
As an example, consider a file of 100,000 lines with an integer 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
+ PostgreSQL database file containing this data can be estimated as 5.6
MB:
28 bytes: each row header (approximate)
24 bytes: one int field and one text field
diff --git a/doc/FAQ_AIX b/doc/FAQ_AIX
index 131b38231ff..6c06a690707 100644
--- a/doc/FAQ_AIX
+++ b/doc/FAQ_AIX
@@ -1,5 +1,5 @@
From: Zeugswetter Andreas Last updated: Fri Feb 24 09:59:35 EST 2006 Last updated: Fri Feb 24 23:28:40 EST 2006 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -692,7 +692,7 @@ table?Frequently Asked Questions (FAQ) for PostgreSQL
- unlimited
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:
28 bytes: each row header (approximate) 24 bytes: one int field and one text field