pgsql: psql: Reduce compatibility warning - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: psql: Reduce compatibility warning
Date
Msg-id E1T7eOo-0001ib-Mn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
psql: Reduce compatibility warning

Only warn when connecting to a newer server, since connecting to older
servers works pretty well nowadays.  Also update the documentation a
little about current psql/server compatibility expectations.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5cad02452457d7f6f29404411dfe13e6fe8accb7

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml |   26 ++++++++++++++++++--------
src/bin/psql/command.c         |    4 ++--
2 files changed, 20 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Restore setting of _USE_32BIT_TIME_T to 32 bit MSVC builds.
Next
From: Tom Lane
Date:
Subject: pgsql: More documentation updates for LATERAL.