mirror of
https://github.com/postgres/postgres.git
synced 2026-05-25 10:01:17 -04:00
de9a4c27fe
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.
src/interfaces/libpq/README This directory contains the C version of Libpq, the POSTGRES frontend library.