Skip to content

Commit f25d8b4

Browse files
committed
Update sco faq.
1 parent 5c6e5c8 commit f25d8b4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/FAQ_SCO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ mkdir man.1sql
280280
cd /usr/local/pgsql/man/manl
281281
for i in *.l
282282
do
283-
sed -e '/^\.TH/s/"l"/"1sql"/' $i >../man.1sql/${i%.l}.1sql
283+
sed -e '/^\.TH/s/"l"/"1sql"/' \
284+
-e 's/\\fR(l)/\\fR(1sql)/' $i >../man.1sql/${i%.l}.1sql
284285
done
285286
cd /usr/local/pgsql/man
286287
rm -rf manl

doc/src/FAQ.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,8 @@ <H4><A NAME="1.14">1.14</A>) How does PostgreSQL compare to other
447447
doesn't have any of the features mentioned in the <I>Features</I>
448448
section above. We are built for flexibility and features, though we
449449
continue to improve performance through profiling and source code
450-
analysis. There is an interesting web page comparing us to MySQL at
451-
<a href="http://openacs.org/why-not-mysql.html">
450+
analysis. There is an interesting web page comparing PostgreSQL to MySQL
451+
at <a href="http://openacs.org/why-not-mysql.html">
452452
http://openacs.org/why-not-mysql.html</a><BR><BR>
453453

454454
We handle each user connection by creating a Unix process. Backend

0 commit comments

Comments
 (0)