diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-05-02 21:57:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-05-02 21:57:59 +0000 |
commit | 5c6e5c887a2a0a528340e89fe1ad874705765d6e (patch) | |
tree | 851adc92be7ada4244c49aa91f9dfdb560065007 /doc/src | |
parent | 832df546f5313116b590af946865ddfeded2780b (diff) | |
download | postgresql-5c6e5c887a2a0a528340e89fe1ad874705765d6e.tar.gz postgresql-5c6e5c887a2a0a528340e89fe1ad874705765d6e.zip |
Update FAQ.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/FAQ.html b/doc/src/FAQ.html index be57a3a5f77..c9bb355cf0e 100644 --- a/doc/src/FAQ.html +++ b/doc/src/FAQ.html @@ -447,7 +447,9 @@ 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.<BR><BR> +analysis. There is an interesting web page comparing us 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 processes share data buffers and locking information. With multiple |