Re: [BUGS] pg_dumpall fails if a database name contains =

2013-02-20 Thread Heikki Linnakangas
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

[BUGS] pg_dumpall fails if a database name contains =

2013-02-20 Thread Heikki Linnakangas
~/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

[BUGS] pg_dumpall fails

2004-10-01 Thread Ivan
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