projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c5184c
)
Fix typo, init => int, per KOIZUMI Satoru.
author
Tom Lane
Thu, 17 Jun 2010 16:03:30 +0000
(16:03 +0000)
committer
Tom Lane
Thu, 17 Jun 2010 16:03:30 +0000
(16:03 +0000)
doc/src/sgml/libpq.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq.sgml
b/doc/src/sgml/libpq.sgml
index 646cb16cdd1609b09cd71bdc77d3c56b50185978..d3a2218182599335948f7a59d6ce53277f86321a 100644
(file)
--- a/
doc/src/sgml/libpq.sgml
+++ b/
doc/src/sgml/libpq.sgml
@@
-1,4
+1,4
@@
-
+
libpq
- C Library
@@
-6753,7
+6753,7
@@
user=admin
Allows applications to select which security libraries to initialize.
- void PQinitOpenSSL(int do_ssl, in
i
t do_crypto);
+ void PQinitOpenSSL(int do_ssl, int do_crypto);