OSDN Git Service

This is a patch to support readline prompts which contain non-printing
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 20 Jan 2004 19:49:34 +0000 (19:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 20 Jan 2004 19:49:34 +0000 (19:49 +0000)
commit18f7a8e262f00ddadc7f34b603e15d02ecb44096
treed8f586c9dbad4f24d9c8f091fa160bac1981c8d5
parentbd046b99f03811f992571c47c47f2cecfe38df0c
This is a patch to support readline prompts which contain non-printing
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.

Reece Hart
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/prompt.c