Files
postgresql/src/bin
Heikki Linnakangas 8b4ced45ec Fix pg_dumpall with database names containing =
If a database name contained a '=' character, pg_dumpall failed. The problem
was in the way pg_dumpall passes the database name to pg_dump on the
command line. If it contained a '=' character, pg_dump would interpret it
as a libpq connection string instead of a plain database name.

To fix, pass the database name to pg_dump as a connection string,
"dbname=foo", with the database name escaped if necessary.

Back-patch to all supported branches.
2013-02-20 17:12:24 +02:00
..
2013-02-03 23:56:29 -05:00
2013-02-03 23:56:29 -05:00
2013-02-03 23:56:29 -05:00
2013-02-03 23:56:29 -05:00
2013-02-03 23:56:29 -05:00
2013-02-03 23:56:29 -05:00
2013-02-03 23:56:29 -05:00
2010-01-02 16:58:17 +00:00