aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-05-03 03:45:55 +0000
committerBruce Momjian <bruce@momjian.us>2000-05-03 03:45:55 +0000
commitf25d8b47fc9a33fe475fa9229b590698579cf799 (patch)
treeed1f5c1af9d4a3adc02dfde2d78e51859ee0e84c /doc/src
parent5c6e5c887a2a0a528340e89fe1ad874705765d6e (diff)
downloadpostgresql-f25d8b47fc9a33fe475fa9229b590698579cf799.tar.gz
postgresql-f25d8b47fc9a33fe475fa9229b590698579cf799.zip
Update sco faq.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ.html b/doc/src/FAQ.html
index c9bb355cf0e..9332793bf94 100644
--- a/doc/src/FAQ.html
+++ b/doc/src/FAQ.html
@@ -447,8 +447,8 @@ inserts/updates because we have transaction overhead. Of course, MySQL
doesn't have any of the features mentioned in the <I>Features</I>
section above. We are built for flexibility and features, though we
continue to improve performance through profiling and source code
-analysis. There is an interesting web page comparing us to MySQL at
-<a href="http://openacs.org/why-not-mysql.html">
+analysis. There is an interesting web page comparing PostgreSQL to MySQL
+at <a href="http://openacs.org/why-not-mysql.html">
http://openacs.org/why-not-mysql.html</a><BR><BR>
We handle each user connection by creating a Unix process. Backend