From: Bruce Momjian Date: Mon, 17 Mar 2003 16:33:12 +0000 (+0000) Subject: Increase max known database size. X-Git-Tag: REL7_4_BETA1~927 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aac448434578a63c57616f2091199267cdc68743;p=postgresql Increase max known database size. --- diff --git a/doc/FAQ b/doc/FAQ index 5d0b629e57..9ce6ac1b5b 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Fri Mar 7 00:48:42 EST 2003 + Last updated: Mon Mar 17 11:32:59 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -656,7 +656,7 @@ 4.5) What is the maximum size for a row, a table, and a database? These are the limits: - Maximum size for a database? unlimited (1 TB databases exist) + Maximum size for a database? unlimited (4 TB databases exist) Maximum size for a table? 16 TB Maximum size for a row? 1.6TB Maximum size for a field? 1 GB diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 2b0dc2ff8a..54f8b1ae59 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 Mar 7 00:48:42 EST 2003

+

Last updated: Mon Mar 17 11:32:59 EST 2003

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -838,7 +838,7 @@

These are the limits:

-    Maximum size for a database?             unlimited (1 TB databases exist)
+    Maximum size for a database?             unlimited (4 TB databases exist)
     Maximum size for a table?                16 TB
     Maximum size for a row?                  1.6TB
     Maximum size for a field?                1 GB