Commit f25d8b47 authored by Bruce Momjian's avatar Bruce Momjian

Update sco faq.

parent 5c6e5c88
...@@ -280,7 +280,8 @@ mkdir man.1sql ...@@ -280,7 +280,8 @@ mkdir man.1sql
cd /usr/local/pgsql/man/manl cd /usr/local/pgsql/man/manl
for i in *.l for i in *.l
do do
sed -e '/^\.TH/s/"l"/"1sql"/' $i >../man.1sql/${i%.l}.1sql sed -e '/^\.TH/s/"l"/"1sql"/' \
-e 's/\\fR(l)/\\fR(1sql)/' $i >../man.1sql/${i%.l}.1sql
done done
cd /usr/local/pgsql/man cd /usr/local/pgsql/man
rm -rf manl rm -rf manl
......
...@@ -447,8 +447,8 @@ inserts/updates because we have transaction overhead. Of course, MySQL ...@@ -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> doesn't have any of the features mentioned in the <I>Features</I>
section above. We are built for flexibility and features, though we section above. We are built for flexibility and features, though we
continue to improve performance through profiling and source code continue to improve performance through profiling and source code
analysis. There is an interesting web page comparing us to MySQL at analysis. There is an interesting web page comparing PostgreSQL to MySQL
<a href="http://openacs.org/why-not-mysql.html"> at <a href="http://openacs.org/why-not-mysql.html">
http://openacs.org/why-not-mysql.html</a><BR><BR> http://openacs.org/why-not-mysql.html</a><BR><BR>
We handle each user connection by creating a Unix process. Backend We handle each user connection by creating a Unix process. Backend
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment