File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Thu Jul 4 15:25:57 EDT 2002
4
+ Last updated: Thu Jul 11 12:35:53 EDT 2002
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
658
658
These are the limits:
659
659
Maximum size for a database? unlimited (500 GB databases exist)
660
660
Maximum size for a table? 16 TB
661
- Maximum size for a row? unlimited in 7.1 and later
662
- Maximum size for a field? 1 GB in 7.1 and later
661
+ Maximum size for a row? 1.6TB
662
+ Maximum size for a field? 1 GB
663
663
Maximum number of rows in a table? unlimited
664
664
Maximum number of columns in a table? 250-1600 depending on column types
665
665
Maximum number of indexes on a table? unlimited
Original file line number Diff line number Diff line change 14
14
alink ="#0000ff ">
15
15
< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
16
16
17
- < P > Last updated: Thu Jul 4 15:25:57 EDT 2002</ P >
17
+ < P > Last updated: Thu Jul 11 12:35:53 EDT 2002</ P >
18
18
19
19
< P > Current maintainer: Bruce Momjian (< A href =
20
20
"mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ A > )< BR >
@@ -856,8 +856,8 @@ <H4><A name="4.5">4.5</A>) What is the maximum size for a row, a
856
856
< PRE >
857
857
Maximum size for a database? unlimited (500 GB databases exist)
858
858
Maximum size for a table? 16 TB
859
- Maximum size for a row? unlimited in 7.1 and later
860
- Maximum size for a field? 1 GB in 7.1 and later
859
+ Maximum size for a row? 1.6TB
860
+ Maximum size for a field? 1 GB
861
861
Maximum number of rows in a table? unlimited
862
862
Maximum number of columns in a table? 250-1600 depending on column types
863
863
Maximum number of indexes on a table? unlimited
You can’t perform that action at this time.
0 commit comments