]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix several problems with simple_prompt() --- the nastiest being that
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Oct 2001 21:57:11 +0000 (21:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Oct 2001 21:57:11 +0000 (21:57 +0000)
commit4fec55af6c7d688fa78afd1e1fec0f6d0f5b294f
tree0a4fe7ccf7aecca6fb98112aeeb442e0cb38c3b6
parentf5a5b44c4dc481188d8f83fc92dcca691214cf24
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.
contrib/dbase/dbf2pg.c
src/bin/pg_dump/pg_backup_db.c
src/bin/psql/common.c