From: Bruce Momjian Date: Wed, 11 Feb 2009 04:08:47 +0000 (+0000) Subject: Clarify PQinitSSL() documentation to mention what the argument controls. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=e116d5a0a112dd807ec1733ff8b60b9004d5f913;p=users%2Fsimon%2Fpostgres.git Clarify PQinitSSL() documentation to mention what the argument controls. --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index b9c27853fe..d89b391635 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -6169,10 +6169,10 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) If you are using SSL inside your application (in addition - to inside libpq), you can use - PQinitSSL(int) to tell libpq - that the SSL library has already been initialized by your - application. + to inside libpq), you can call + PQinitSSL(int) with 0 to tell + libpq that the SSL library + has already been initialized by your application. See