1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Increase max known database size.

This commit is contained in:
Bruce Momjian
2003-03-17 16:33:12 +00:00
parent bb3730893b
commit aac4484345
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Fri Mar 7 00:48:42 EST 2003
Last updated: Mon Mar 17 11:32:59 EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -656,7 +656,7 @@
4.5) What is the maximum size for a row, a table, and a database?
These are the limits:
Maximum size for a database? unlimited (1 TB databases exist)
Maximum size for a database? unlimited (4 TB databases exist)
Maximum size for a table? 16 TB
Maximum size for a row? 1.6TB
Maximum size for a field? 1 GB