File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,8 @@ mkdir man.1sql
280
280
cd /usr/local/pgsql/man/manl
281
281
for i in *.l
282
282
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
284
285
done
285
286
cd /usr/local/pgsql/man
286
287
rm -rf manl
Original file line number Diff line number Diff line change @@ -447,8 +447,8 @@ <H4><A NAME="1.14">1.14</A>) How does PostgreSQL compare to other
447
447
doesn't have any of the features mentioned in the < I > Features</ I >
448
448
section above. We are built for flexibility and features, though we
449
449
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 ">
452
452
http://openacs.org/why-not-mysql.html</ a > < BR > < BR >
453
453
454
454
We handle each user connection by creating a Unix process. Backend
You can’t perform that action at this time.
0 commit comments