Re: SSL indicator in psql prompt - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SSL indicator in psql prompt
Date
Msg-id 11379.1459520145@sss.pgh.pa.us
Whole thread Raw
In response to SSL indicator in psql prompt  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: SSL indicator in psql prompt  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> I like how browsers show a little lock in the address bar depending on
> whether SSL is in use.  This could be useful in psql as well.  Here is a
> prototype patch.
> Comments?

-1 on the hard-coded UTF8, even with the encoding check (which I don't
think is terribly trustworthy).  How about defining it in a way that
lets/makes the user provide the character(s) to print?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Stas Kelvich
Date:
Subject: Re: Speedup twophase transactions
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Phrase search ported to 9.6