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

Commit 713cc92

Browse files
committed
Update max row size to 400gb, per Tom.
1 parent 7815ca7 commit 713cc92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/FAQ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Fri Feb 24 23:28:40 EST 2006
4+
Last updated: Sun Apr 2 23:39:13 EDT 2006
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -491,7 +491,7 @@
491491

492492
Maximum size for a database? unlimited (32 TB databases exist)
493493
Maximum size for a table? 32 TB
494-
Maximum size for a row? 1.6TB
494+
Maximum size for a row? 400 GB
495495
Maximum size for a field? 1 GB
496496
Maximum number of rows in a table? unlimited
497497
Maximum number of columns in a table? 250-1600 depending on column

doc/src/FAQ/FAQ.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated: Fri Feb 24 23:28:40 EST 2006</P>
13+
<P>Last updated: Sun Apr 2 23:39:13 EDT 2006</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<A href=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)
@@ -654,7 +654,7 @@ <H3 id="item4.4">4.4) What is the maximum size for a row, a
654654
<TR><TD>Maximum size for a database?</TD><TD>unlimited (32 TB databases
655655
exist)</TD></TR>
656656
<TR><TD>Maximum size for a table?</TD><TD>32 TB</TD></TR>
657-
<TR><TD>Maximum size for a row?</TD><TD>1.6TB</TD></TR>
657+
<TR><TD>Maximum size for a row?</TD><TD>400 GB</TD></TR>
658658
<TR><TD>Maximum size for a field?</TD><TD>1 GB</TD></TR>
659659
<TR><TD>Maximum number of rows in a table?</TD><TD>unlimited</TD></TR>
660660
<TR><TD>Maximum number of columns in a table?</TD><TD>250-1600 depending

0 commit comments

Comments
 (0)