Heh... For a long time I wanted to fix the message Postgres shows when connecting to the Database with the higher version of the CLI as it gives a somewhat misleading perception of lack of backwards compatibility.
Every time I accidentally stumble into that message, I check on the Postgres code, see how hard it is to fix the message and bail out.
sam_lowry_|3 months ago
Every time I accidentally stumble into that message, I check on the Postgres code, see how hard it is to fix the message and bail out.
anarazel|3 months ago
https://github.com/postgres/postgres/blob/d2f24df19b7a42a094...