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

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

> Hi all, I'm using the Ubuntu-packages and have this in my .psqlrc:
>  
> \set PROMPT1 '%[%033[35m%]%n@%m:%>%[%033[0m%] %:server_version: 
> %[%033[32m%]%/%[%033[0m%]%R%# '
>   
> This results in this verver_version:
> 10.5 (Ubuntu 10.5-1.pgdg18.04+1)
>   
> Is it possible to adjust this somehow so it outputs only "10.5"?

Well, where does that server_version come from?  Try adding this
somewhere to .psqlrc:

select setting as server_version from pg_settings where name = 'server_version' \gset

-- 
Á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: How to get shorter SERVER_VERSION in psql-prompt?
Next
From: Christoph Moench-Tegeder
Date:
Subject: Re: How to get shorter SERVER_VERSION in psql-prompt?