diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-10-12 21:21:29 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-10-12 21:21:29 +0000 |
commit | 076c164559a81ccc55651949f39de0ce9015a335 (patch) | |
tree | 9c1a90fa8edb5780b83a1b2d31a387553b367eef | |
parent | 581b5b8d97782cea467f297f925ac3c29dd794b8 (diff) | |
download | postgresql-076c164559a81ccc55651949f39de0ce9015a335.tar.gz postgresql-076c164559a81ccc55651949f39de0ce9015a335.zip |
Update FAQ.
-rw-r--r-- | doc/FAQ | 4 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Thu Oct 12 13:33:23 EDT 2000 + Last updated: Thu Oct 12 17:21:11 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -690,7 +690,7 @@ Maximum number of indexes on a table? unlimited The row length limit will be removed in 7.1. - 4.7)How much database disk space is required to store data from a typical + 4.7) How much database disk space is required to store data from a typical text file? A PostgreSQL database may need six-and-a-half times the disk space diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 6da643f67c5..54159a842c0 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -7,7 +7,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL </H1> <P> -Last updated: Thu Oct 12 13:33:23 EDT 2000 +Last updated: Thu Oct 12 17:21:11 EDT 2000 <P> Current maintainer: Bruce Momjian (<A HREF="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR><P> @@ -860,7 +860,7 @@ use the large object interface.<P> The row length limit will be removed in 7.1.<P> -<H4><A NAME="4.7">4.7</A>)How much database disk space is required to +<H4><A NAME="4.7">4.7</A>) How much database disk space is required to store data from a typical text file?<BR></H4><P> A PostgreSQL database may need six-and-a-half times the disk space |