I also noticed that pg_dump contains a copy of the same
authorBruce Momjian <bruce@momjian.us>
Sun, 20 Sep 1998 03:18:43 +0000 (03:18 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 20 Sep 1998 03:18:43 +0000 (03:18 +0000)
commit43ac08032108a2200faac605258f79494785a4fa
tree21fb3e756d70328c61fff92a689136538e2d97f2
parent6227f4515825944676ded47c4aa1caa8221a1a0c
I also noticed that pg_dump contains a copy of the same
prompt_for_password code that psql does.  We fixed psql a month or
two back to permit usernames and passwords longer than 8 characters.
I propagated the same fix into pg_dump.

Tom Lane
src/bin/pg_dump/common.c
src/bin/pg_dump/pg_dump.c