[PATCHES] invisible characters in readline

2004-01-15 Thread Reece Hart
# characters, as for fancy colorized prompts.  This was nearly a direct # lift from bash-2.05b's lib/readline/display.c, per guidance from Chet Ramey. # # Is pset.useReadline used anywhere? It's set to 0 by default, even when # readline really is in use, and therefore I ignored it. --- postgre

Re: [PATCHES] invisible characters in readline

2004-01-15 Thread Reece Hart
o 0 by default, even when # readline is in use, and therefore I ignored it below. # # 2004/01/15 (Thu) 14:27 Reece Hart <[EMAIL PROTECTED]> --- postgresql-7.4.1/src/bin/psql/prompt.c-orig 2004-01-15 10:47:05.0 -0800 +++ postgresql-7.4.1/src/bin/psql/prompt.c 2004-01-15 14:21:27.

[PATCHES] psql prompts with invisible characters

2004-01-16 Thread Reece Hart
break; + /* end case [ or ] */ + /* execute command */ case '`': { -- Reece Hart, http://www.in-machina.com/~reece/, GPG:0x25EC91A0 ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match

Re: [PATCHES] psql prompts with invisible characters

2004-01-19 Thread Reece Hart
hed someone for // comments, "personal" comments, and archive references... this is also good fodder for a style guide. And, is it preferred to diff against cvs instead? If so, which branch? -Reece -- Reece Hart, http://www.in-machina.com/~reece/, GPG:0x25EC91A0 0xD178AAF9

Re: [PATCHES] psql prompts with invisible characters, take III

2004-01-20 Thread Reece Hart
& 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 # patch for fancy (e.g., colored) prompts in p