I also noticed that pg_dump contains a copy of the same
Bruce Momjian <bruce@momjian.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/common.c | modified | +20 −2 |
| src/bin/pg_dump/pg_dump.c | modified | +13 −10 |