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

Commit715ea2b

Browse files
committed
Clarify PQinitSSL() documentation to mention what the argument controls.
1 parent8b9dd6b commit715ea2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.277 2009/02/06 19:24:12 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.278 2009/02/11 04:08:47 momjian Exp $ -->
22

33
<chapter id="libpq">
44
<title><application>libpq</application> - C Library</title>
@@ -6169,10 +6169,10 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
61696169

61706170
<para>
61716171
If you are using <acronym>SSL</> inside your application (in addition
6172-
to inside <application>libpq</application>), you canuse
6173-
<function>PQinitSSL(int)</>to tell <application>libpq</application>
6174-
that the <acronym>SSL</> library has already been initialized by your
6175-
application.
6172+
to inside <application>libpq</application>), you cancall
6173+
<function>PQinitSSL(int)</>with <literal>0</> to tell
6174+
<application>libpq</application>that the <acronym>SSL</> library
6175+
has already been initialized by yourapplication.
61766176
<!-- If this URL changes replace it with a URL to www.archive.org. -->
61776177
See <ulink
61786178
url="http://h71000.www7.hp.com/doc/83final/BA554_90007/ch04.html"></ulink>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp