Thread: pgsql/ ontrib/dbase/dbf2pg.c rc/bin/pg_dump/pg ...

pgsql/ ontrib/dbase/dbf2pg.c rc/bin/pg_dump/pg ...

From
tgl@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/10/18 17:57:11

Modified files:
    contrib/dbase  : dbf2pg.c
    src/bin/pg_dump: pg_backup_db.c
    src/bin/psql   : common.c

Log message:
    Fix several problems with simple_prompt() --- the nastiest being that
    the entered password would get echoed on some platforms, eg HPUX.
    We have enough copies of this code that I'm thinking it ought to be
    moved into libpq, but that's a task for another day.