From 677fe55c12c53e3a10d3617629c498dc8e85cb9f Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sun, 28 Jan 2001 15:18:45 +0000
Subject: [PATCH] Update FAQ.

---
 doc/FAQ              | 2 +-
 doc/src/FAQ/FAQ.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/FAQ b/doc/FAQ
index ea8f83c3809..6ae1a8d19e9 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -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
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index 431456a9895..9d2634467c2 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -835,7 +835,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
 </PRE>
     Of course, these are not actually unlimited, but limited to
-- 
GitLab