Reece Hart <[EMAIL PROTECTED]> writes:
> [ unintelligible patch with no documentation component ]
Uh, what is this supposed to do exactly?
regards, tom lane
---(end of broadcast)---
TIP 2: you can get off all lists at once w
I have no idea what happened to the first lines of the patch. Here goes
again, with a prompt example.
# fancy readline prompt patch for psql
#
# This is a patch to support readline prompts which contain non-printing
# characters, as for fancy colorized prompts. This was nearly a direct
# lift fr
# 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