Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
715ea2bf
Commit
715ea2bf
authored
Feb 11, 2009
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify PQinitSSL() documentation to mention what the argument controls.
parent
8b9dd6b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/src/sgml/libpq.sgml
doc/src/sgml/libpq.sgml
+5
-5
No files found.
doc/src/sgml/libpq.sgml
View file @
715ea2bf
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.27
7 2009/02/06 19:24:12
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.27
8 2009/02/11 04:08:47
momjian Exp $ -->
<chapter id="libpq">
<title><application>libpq</application> - C Library</title>
...
...
@@ -6169,10 +6169,10 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
<para>
If you are using <acronym>SSL</> inside your application (in addition
to inside <application>libpq</application>), you can
use
<function>PQinitSSL(int)</>
to tell <application>libpq</application>
that the <acronym>SSL</> library has already been initialized by your
application.
to inside <application>libpq</application>), you can
call
<function>PQinitSSL(int)</>
with <literal>0</> to tell
<application>libpq</application> that the <acronym>SSL</> library
has already been initialized by your
application.
<!-- If this URL changes replace it with a URL to www.archive.org. -->
See <ulink
url="http://h71000.www7.hp.com/doc/83final/BA554_90007/ch04.html"></ulink>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment