diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-10-05 04:58:24 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-10-05 04:58:24 +0000 |
commit | 1ba857513d69f4ccb24d8cf080ad0d16f101bab0 (patch) | |
tree | d11098e95c296112e26d348cb399f7f7ff93ee8e /doc/FAQ | |
parent | 0f972fa02c0b42d498399a575dba7998837858ab (diff) | |
download | postgresql-1ba857513d69f4ccb24d8cf080ad0d16f101bab0.tar.gz postgresql-1ba857513d69f4ccb24d8cf080ad0d16f101bab0.zip |
Update FAQ.
Diffstat (limited to 'doc/FAQ')
-rw-r--r-- | doc/FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -676,7 +676,7 @@ Maximum size for a database? unlimited (60GB databases exist) Maximum size for a table? unlimited on all operating systems Maximum size for a row? 8k, configurable to 32k Maximum number of rows in a table? unlimited -Maximum number of columns table? unlimited +Maximum number of columns in a table? unlimited Maximum number of indexes on a table? unlimited Of course, these are not actually unlimited, but limited to available |