pgsql: doc: Update PQgetssl() documentation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Update PQgetssl() documentation
Date: 2013-04-17 01:43:32
Message-ID: E1USHPI-0001UK-UK@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Update PQgetssl() documentation

The return type of PQgetssl() was changed from SSL* to void* a long time
ago, but the documentation was not updated.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b9bdaf3964a1fbd32e6140eb180dfa82ff1d8f23

Modified Files
--------------
doc/src/sgml/libpq.sgml | 29 ++++++++++++++++++++++++-----
1 files changed, 24 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-04-17 13:53:35 pgsql: sepgsql: One more getObjectIdentity in lieu of getObjectDescript
Previous Message Bruce Momjian 2013-04-16 14:31:04 pgsql: pgindent: add newline to die() so script line number is not rep