Re: Sv: Re: How to get shorter SERVER_VERSION in psql-prompt? - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: Sv: Re: How to get shorter SERVER_VERSION in psql-prompt?
Date
Msg-id 20180903214201.q4heutmvdr6hlble@alvherre.pgsql
Whole thread Raw
In response to Sv: Re: How to get shorter SERVER_VERSION in psql-prompt?  (Andreas Joseph Krogh <andreas@visena.com>)
Responses Re: Sv: Re: How to get shorter SERVER_VERSION in psql-prompt?  (Rob Sargent <robjsargent@gmail.com>)
List pgsql-general
On 2018-Sep-03, Andreas Joseph Krogh wrote:

> select setting as server_version from pg_settings where name = 
> 'server_version';
>  ┌──────────────────────────────────┐
>  │          server_version          │
>  ├──────────────────────────────────┤
>  │ 10.5 (Ubuntu 10.5-1.pgdg18.04+1) │
>  └──────────────────────────────────┘

Ugh.  (So this is coming from "configure --with-extra-version" stuff)

I guess you could just split it out at the first whitespace ...

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-general by date:

Previous
From: Andreas Joseph Krogh
Date:
Subject: Sv: Re: How to get shorter SERVER_VERSION in psql-prompt?
Next
From: Rob Sargent
Date:
Subject: Re: Sv: Re: How to get shorter SERVER_VERSION in psql-prompt?