pgsql-server/ oc/src/sgml/ref/psql-ref.sgml rc ...
pgsql-server/ oc/src/sgml/ref/psql-ref.sgml rc ...
От:
tgl@svr1.postgresql.org (Tom Lane)
Дата:
CVSROOT: /cvsroot Module name: pgsql-server Changes by: tgl@svr1.postgresql.org 04/01/20 15:49:34 Modified files: doc/src/sgml/ref: psql-ref.sgml src/bin/psql : prompt.c Log message: 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