From 3952eecd4ad8d53d9126af99464c04e5a945e983 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 25 Feb 2006 04:30:06 +0000 Subject: [PATCH] Fix computation of sample table size. --- doc/FAQ | 4 ++-- doc/FAQ_AIX | 2 +- doc/src/FAQ/FAQ.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/FAQ b/doc/FAQ index b44997cd16..2c70d78fb9 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 131b38231f..6c06a69070 100644 --- a/doc/FAQ_AIX +++ b/doc/FAQ_AIX @@ -1,5 +1,5 @@ From: Zeugswetter Andreas -$Date: 2006/02/24 15:00:48 $ +$Date: 2006/02/25 04:30:06 $ On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc (vac.C 5.0.1) passes all regression tests. Other versions of OS and diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 7359ba271d..4fd3016986 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff">

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) @@ -692,7 +692,7 @@ table?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:

+ be estimated as 5.6 MB:

     28 bytes: each row header (approximate)
     24 bytes: one int field and one text field
-- 
2.50.1