OSDN Git Service

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)
commit3ac9688ae80ec6bcbb9bdafa8ef30eadc8c6dd6e
treec621f94a9ababac8773d1940cde7ddd8312d3de1
parent087eb4cd1a1faba95699b642883ba588bf709157
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