aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-10-05 04:58:24 +0000
committerBruce Momjian <bruce@momjian.us>2000-10-05 04:58:24 +0000
commit1ba857513d69f4ccb24d8cf080ad0d16f101bab0 (patch)
treed11098e95c296112e26d348cb399f7f7ff93ee8e
parent0f972fa02c0b42d498399a575dba7998837858ab (diff)
downloadpostgresql-1ba857513d69f4ccb24d8cf080ad0d16f101bab0.tar.gz
postgresql-1ba857513d69f4ccb24d8cf080ad0d16f101bab0.zip
Update FAQ.
-rw-r--r--doc/FAQ2
-rw-r--r--doc/src/FAQ/FAQ.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 8d00befa3e7..254e168a856 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -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
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index e51b4fa2703..4a39a54b861 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -844,7 +844,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
</PRE>