diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-01-28 15:18:45 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-01-28 15:18:45 +0000 |
commit | 677fe55c12c53e3a10d3617629c498dc8e85cb9f (patch) | |
tree | ca5e305eb1f24822868e244f144c5aef58bfda03 /doc/FAQ | |
parent | da86b9cb5c4fac274cd5abbd022e7a7fab6effa3 (diff) | |
download | postgresql-677fe55c12c53e3a10d3617629c498dc8e85cb9f.tar.gz postgresql-677fe55c12c53e3a10d3617629c498dc8e85cb9f.zip |
Update FAQ.
Diffstat (limited to 'doc/FAQ')
-rw-r--r-- | doc/FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -643,7 +643,7 @@ Maximum size for a table? 64 TB on all operating systems Maximum size for a row? unlimited in 7.1 and later Maximum size for a field? 1GB in 7.1 and later Maximum number of rows in a table? unlimited -Maximum number of columns in a table? 1600 +Maximum number of columns in a table? 250-1600 depending on column types Maximum number of indexes on a table? unlimited Of course, these are not actually unlimited, but limited to available |