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

Commit 97ae541

Browse files
committed
Update for max row size.
1 parent 713cc92 commit 97ae541

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/FAQ

Lines changed: 3 additions & 3 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: Sun Apr 2 23:39:13 EDT 2006
4+
Last updated: Sun Apr 2 23:40:12 EDT 2006
55

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

@@ -506,8 +506,8 @@
506506
from the operating system. Large tables are stored as multiple 1 GB
507507
files so file system size limits are not important.
508508

509-
The maximum table size and maximum number of columns can be quadrupled
510-
by increasing the default block size to 32k.
509+
The maximum table size, row size, and maximum number of columns can be
510+
quadrupled by increasing the default block size to 32k.
511511

512512
One limitation is that indexes can not be created on columns longer
513513
than about 2,000 characters. Fortunately, such indexes are rarely

doc/src/FAQ/FAQ.html

Lines changed: 3 additions & 3 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: Sun Apr 2 23:39:13 EDT 2006</P>
13+
<P>Last updated: Sun Apr 2 23:40:12 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>)
@@ -673,8 +673,8 @@ <H3 id="item4.4">4.4) What is the maximum size for a row, a
673673
multiple 1 GB files so file system size limits are not
674674
important.</P>
675675

676-
<P>The maximum table size and maximum number of columns can be
677-
quadrupled by increasing the default block size to 32k.</P>
676+
<P>The maximum table size, row size, and maximum number of columns
677+
can be quadrupled by increasing the default block size to 32k.</P>
678678

679679
<P>One limitation is that indexes can not be created on columns
680680
longer than about 2,000 characters. Fortunately, such indexes are

0 commit comments

Comments
 (0)