diff options
author | Bruce Momjian | 2000-05-03 03:45:55 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-05-03 03:45:55 +0000 |
commit | f25d8b47fc9a33fe475fa9229b590698579cf799 (patch) | |
tree | ed1f5c1af9d4a3adc02dfde2d78e51859ee0e84c | |
parent | 5c6e5c887a2a0a528340e89fe1ad874705765d6e (diff) |
Update sco faq.
-rw-r--r-- | doc/FAQ_SCO | 3 | ||||
-rw-r--r-- | doc/src/FAQ.html | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/FAQ_SCO b/doc/FAQ_SCO index be734f4ab22..dc13419b9ed 100644 --- a/doc/FAQ_SCO +++ b/doc/FAQ_SCO @@ -280,7 +280,8 @@ mkdir man.1sql cd /usr/local/pgsql/man/manl for i in *.l 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 cd /usr/local/pgsql/man rm -rf manl 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 |