aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-12-05 05:38:51 +0000
committerBruce Momjian <bruce@momjian.us>2001-12-05 05:38:51 +0000
commite383e411b713d8675f02150ba4563b5794cf7ab4 (patch)
tree604afc02fc74d8d0ff14482aac6c77a7046309e0 /doc/src
parentd1e77ecf95f9d46628b9cefe57543b6d8bf681a7 (diff)
downloadpostgresql-e383e411b713d8675f02150ba4563b5794cf7ab4.tar.gz
postgresql-e383e411b713d8675f02150ba4563b5794cf7ab4.zip
Update FAQ.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/FAQ.html23
1 files changed, 12 insertions, 11 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index 627f4e2c854..197b562bdec 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -1,5 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> -->
<HTML>
<HEAD>
@@ -12,7 +11,7 @@
alink="#0000FF">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
- <P>Last updated: Wed Dec 5 00:33:46 EST 2001</P>
+ <P>Last updated: Wed Dec 5 00:38:51 EST 2001</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -485,8 +484,10 @@
you or your company has money it can donate to help fund this effort,
please go to the following URL and make a donation:
+ <UL>
<P><a href="http://www.pgsql.com/pg_goodies">http://www.pgsql.com/pg_goodies</a>
-
+ </UL>
+
<P>Although the web page mentions PostgreSQL, Inc, the "contributions" item
is solely to support the PostgreSQL project and does not fund any
specific company. If you prefer, you can also send a check to the
@@ -846,13 +847,13 @@
<P>These are the limits:</P>
<PRE>
-Maximum size for a database? unlimited (60GB databases exist)
-Maximum size for a table? 16 TB
-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? 250-1600 depending on column types
-Maximum number of indexes on a table? unlimited
+ Maximum size for a database? unlimited (60GB databases exist)
+ Maximum size for a table? 16 TB
+ 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? 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
available disk space and memory/swap space. Performance may suffer
@@ -1297,7 +1298,7 @@ BYTEA bytea variable-length byte array (null-safe)
</PRE>
<H4><A href="#4.25">4.25</A>) How do I perform queries
- using multiple databases?<H4>
+ using multiple databases?</H4>
<P>There is no way to query any database except the current one.
Because PostgreSQL loads database-specific system catalogs, it is