mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Unlike pg_dump and pg_dumpall, pg_restore first checks whether the argument passed to --format, --host, and --port is empty before setting the corresponding variable. Consequently, pg_restore does not error if given an empty format name, whereas pg_dump and pg_dumpall do. Empty arguments for --host and --port are ignored by all three applications, so this commit produces no functionality changes there. This behavior should perhaps be reconsidered, but that is left as a future exercise. As with other recent changes to option handling for these applications (commits |
||
|---|---|---|
| .. | ||
| 001_basic.pl | ||
| 002_pg_dump.pl | ||
| 003_pg_dump_with_server.pl | ||
| 004_pg_dump_parallel.pl | ||
| 005_pg_dump_filterfile.pl | ||
| 006_pg_dump_compress.pl | ||
| 007_pg_dumpall.pl | ||
| 010_dump_connstr.pl | ||