BUG #11028: psql doesn't use 0x01 and 0x02 to inform readline of non-printable PROMPT1 chars

From: fleminra(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #11028: psql doesn't use 0x01 and 0x02 to inform readline of non-printable PROMPT1 chars
Date: 2014-07-23 17:56:29
Message-ID: 20140723175629.27768.38545@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 11028
Logged by: Robert Fleming
Email address: fleminra(at)gmail(dot)com
PostgreSQL version: 9.3.4
Operating system: Ubuntu 14.04
Description:

See http://stackoverflow.com/questions/19139330/

Basically, the colorized prompt suggested in
http://www.postgresql.org/docs/9.3/static/app-psql.html#APP-PSQL-PROMPTING
:

testdb=> \set PROMPT1 '%[%033[1;33;40m%]%n(at)%/%R%[%033[0m%]%# '

results in strange readline behavior. In that prompt, "%[" should be
preceded by "%001" and "%]" should be followed by "%002".

It seems to me that either psql should do this automatically, or
http://www.postgresql.org/docs/9.3/static/app-psql.html#APP-PSQL-PROMPTING
should be updated to use "%001" and "%002".

Thanks!

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G Johnston 2014-07-23 18:36:04 Re: syntax error WITH ORDINALITY
Previous Message Tom Lane 2014-07-23 17:23:32 Re: syntax error WITH ORDINALITY