-
- Downloads
Add PQlibVersion() function to libpq
This function is like the PQserverVersion() function except it returns the version of libpq, making it possible for a client program or driver to determine which version of libpq is in use at runtime, and not just at link time. Suggested by Harald Armin Massa and several others.
Showing
- doc/src/sgml/libpq.sgml 44 additions, 0 deletionsdoc/src/sgml/libpq.sgml
- src/interfaces/libpq/exports.txt 1 addition, 0 deletionssrc/interfaces/libpq/exports.txt
- src/interfaces/libpq/fe-misc.c 8 additions, 0 deletionssrc/interfaces/libpq/fe-misc.c
- src/interfaces/libpq/libpq-fe.h 3 additions, 0 deletionssrc/interfaces/libpq/libpq-fe.h
Loading
Please register or sign in to comment