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

Commit 4f6039d

Browse files
committed
Add second sentence:
<P>The maximum table size, row size, and maximum number of columns can be quadrupled by increasing the default block size to 32k. The maximum table size can also be increased using table partitioning.</P>
1 parent 031e3c8 commit 4f6039d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/FAQ

Lines changed: 3 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: Sun Apr 2 23:40:12 EDT 2006
4+
Last updated: Wed Apr 12 14:55:59 EDT 2006
55

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

@@ -507,7 +507,8 @@
507507
files so file system size limits are not important.
508508

509509
The maximum table size, row size, and maximum number of columns can be
510-
quadrupled by increasing the default block size to 32k.
510+
quadrupled by increasing the default block size to 32k. The maximum
511+
table size can also be increased using table partitioning.
511512

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

doc/src/FAQ/FAQ.html

Lines changed: 3 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: Sun Apr 2 23:40:12 EDT 2006</P>
13+
<P>Last updated: Wed Apr 12 14:55:59 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>)
@@ -674,7 +674,8 @@ <H3 id="item4.4">4.4) What is the maximum size for a row, a
674674
important.</P>
675675

676676
<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>
677+
can be quadrupled by increasing the default block size to 32k. The
678+
maximum table size can also be increased using table partitioning.</P>
678679

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

0 commit comments

Comments
 (0)