Re: pgsql: Add psql variables showing server version and psql version.

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Add psql variables showing server version and psql version.
Date: 2017-09-05 15:29:15
Message-ID: CANP8+j+WC3zXTJrMQgfX1_TB23FmWzbiN71yWThb0N4gdvBgZQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 5 September 2017 at 07:51, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Add psql variables showing server version and psql version.
>
> We already had a psql variable VERSION that shows the verbose form of
> psql's own version. Add VERSION_NAME to show the short form (e.g.,
> "11devel") and VERSION_NUM to show the numeric form (e.g., 110000).
> Also add SERVER_VERSION_NAME and SERVER_VERSION_NUM to show the short and
> numeric forms of the server's version. (We'd probably add SERVER_VERSION
> with the verbose string if it were readily available; but adding another
> network round trip to get it seems too expensive.)
>
> The numeric forms, in particular, are expected to be useful for scripting
> purposes, now that psql can do conditional tests.

This is good.

Please can we backpatch these are far as they will go (easily)?

There is very little risk in doing so and significant benefits in
being able to rely on scripts that know about versions.

Thanks

--
Simon Riggs http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-09-05 15:40:26 pgsql: Correct base backup throttling
Previous Message Tom Lane 2017-09-05 14:51:41 pgsql: Add psql variables showing server version and psql version.

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2017-09-05 15:31:54 Re: Proposal for changes to recovery.conf API
Previous Message Fabien COELHO 2017-09-05 15:13:30 Re: Variable substitution in psql backtick expansion