Re: psql prompts with invisible characters, take III

From: Reece Hart <reece(at)in-machina(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: psql prompts with invisible characters, take III
Date: 2004-01-20 17:50:24
Message-ID: 1074621024.5061.1548.camel@tallac
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom-

Here's take III of the patch, with the #ifdef for
RL_PROMPT_START_IGNORE, the #else chopped, and made with diff -c against
7.4.1. A brief comment seemed warranted since this is an undocumented
readline feature.

Note that the #if is:
#if defined (USE_READLINE) && defined (RL_PROMPT_START_IGNORE)
Although this is pedantic (R_P_S_I implies U_R), it seemed more
transparent for those who come this way hence. Do as you like with it.

Fini?

-Reece

--
Reece Hart, http://www.in-machina.com/~reece/, GPG:0x25EC91A0

Attachment Content-Type Size
prompt-patch text/plain 3.2 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-01-20 19:50:37 Re: psql prompts with invisible characters, take III
Previous Message venky 2004-01-20 13:44:34 Calling a java program thru a trigger or a function in postgresql