Re: Adding terminal title support for psqlrc

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: ik <idokan(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Adding terminal title support for psqlrc
Date: 2018-08-01 18:15:13
Message-ID: 59cf581d-a2ec-d381-b0c0-e5ca591938f2@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/01/2018 10:55 AM, ik wrote:
> hi,
>
> Thank you, it does not effect the terminal title.
>
> As Adrian answered me, it is not supported :/

I was wrong:

https://petereisentraut.blogspot.com/2009/09/how-to-set-xterm-titles-in-psql.html

To get this to work in Konsole I had to edit the profile to have Tab
title format use %w (Window title set by shell).

>
>
>
> On Wed, Aug 1, 2018 at 4:47 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us
> <mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us>> wrote:
>
> ik <idokan(at)gmail(dot)com <mailto:idokan(at)gmail(dot)com>> writes:
> > Is there a way to add terminal title information for psqlrc that cn display
> > what schema I am, operation that is execute and stuff like that?
>
> Most terminal programs recognize escape sequences to set the window
> title.  So you could set values for PROMPTn that cause updates in
> the title.  There's an example in
>
> https://www.postgresql.org/docs/devel/static/app-psql.html#APP-PSQL-PROMPTING
> <https://www.postgresql.org/docs/devel/static/app-psql.html#APP-PSQL-PROMPTING>
>
> although it's just talking about a color change.
>
>                         regards, tom lane
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephen Eilert 2018-08-01 20:08:37 Re: Template0 datfrozenxid age is 160million and progressing
Previous Message ik 2018-08-01 17:55:46 Re: Adding terminal title support for psqlrc