pgsql: Doc: update versioning information in libpq.sgml.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Doc: update versioning information in libpq.sgml.
Date: 2017-07-21 21:51:03
Message-ID: E1dYfp9-0001yG-DF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: update versioning information in libpq.sgml.

The descriptions of PQserverVersion and PQlibVersion hadn't been updated
for the new two-part version-numbering approach. Fix that.

In passing, remove some trailing whitespace elsewhere in the file.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e22efaabf16e3972b91893d89597407d142fb309

Modified Files
--------------
doc/src/sgml/libpq.sgml | 91 ++++++++++++++++++++++++++++++++++---------------
1 file changed, 63 insertions(+), 28 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-07-22 00:10:48 pgsql: Fix typo in comment
Previous Message Robert Haas 2017-07-21 20:08:34 pgsql: pg_rewind: Fix some problems when copying files >2GB.