Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf25d8b4

Browse files
committed
Update sco faq.
1 parent5c6e5c8 commitf25d8b4

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 comparingus to MySQL at
451-
<ahref="http://openacs.org/why-not-mysql.html">
450+
analysis. There is an interesting web page comparingPostgreSQL to MySQL
451+
at<ahref="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)

[8]ページ先頭

©2009-2025 Movatter.jp