Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 386e0f9

Browse files
committed
Update max existing db size to 32tb.
1 parent 18e5add commit 386e0f9

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

doc/FAQ

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

2-
]
3-
42
Frequently Asked Questions (FAQ) for PostgreSQL
53

6-
Last updated: Sun Oct 5 10:25:21 EDT 2003
4+
Last updated: Fri Oct 10 17:27:02 EDT 2003
75

86
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
97

@@ -688,7 +686,7 @@
688686
4.5) What is the maximum size for a row, a table, and a database?
689687

690688
These are the limits:
691-
Maximum size for a database? unlimited (4 TB databases exist)
689+
Maximum size for a database? unlimited (32 TB databases exist)
692690
Maximum size for a table? 32 TB
693691
Maximum size for a row? 1.6TB
694692
Maximum size for a field? 1 GB

doc/src/FAQ/FAQ.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
22
<HTML>
33
<HEAD>
44
<META name="generator" content="HTML Tidy, see www.w3.org">
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated: Sun Oct 5 10:25:21 EDT 2003</P>
13+
<P>Last updated: Fri Oct 10 17:27:02 EDT 2003</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<A href=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -872,7 +872,7 @@ <H4><A name="4.5">4.5</A>) What is the maximum size for a row, a
872872

873873
<P>These are the limits:</P>
874874
<PRE>
875-
Maximum size for a database? unlimited (4 TB databases exist)
875+
Maximum size for a database? unlimited (32 TB databases exist)
876876
Maximum size for a table? 32 TB
877877
Maximum size for a row? 1.6TB
878878
Maximum size for a field? 1 GB

0 commit comments

Comments
 (0)