On 20.02.2013 16:19, Heikki Linnakangas wrote:
~/pgsql.92stable$ bin/createdb "foo=bar"
~/pgsql.92stable$ bin/pg_dumpall > /dev/null
pg_dump: [archiver (db)] connection to database "(null)" failed: invalid
connection option "foo"
pg_dumpall: pg_dump failed on database "foo=bar", exiting
There ar
~/pgsql.92stable$ bin/createdb "foo=bar"
~/pgsql.92stable$ bin/pg_dumpall > /dev/null
pg_dump: [archiver (db)] connection to database "(null)" failed: invalid
connection option "foo"
pg_dumpall: pg_dump failed on database "foo=bar", exiting
There are two bugs above:
1. When pg_dumpall passes t
Hello,
When i do:
pg_dumpall -D --disable-dollar-quoting -U postgres -h hostname > cluster.backup
the following error occurs:
pg_dump.exe: [archiver (db)] connection to database "example" failed: could not
translate host name
"'hostname'" to address: Unknown host
pg_dumpall.EXE: pg_dump failed