From 8c71af130cd7df63f7e3dd2528c2d83ea04bfd59 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 25 Feb 2006 04:28:54 +0000 Subject: Fix computation of sample table size. --- doc/src/FAQ/FAQ.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') 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">

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
-- 
cgit v1.2.3