The change to using long options for pg_dump and friends seem to have
authordpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Tue, 17 Mar 2009 13:57:50 +0000 (13:57 +0000)
committerdpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Tue, 17 Mar 2009 13:57:50 +0000 (13:57 +0000)
commit7fcabb35d7d249f608c974cff58dc56a1b3ea771
tree12cd7f2d3a9fe4010a75b59eab0c74ca83c60782
parentf97c6c7931b5cf5c8591e9728b5dc0cbe3ec53f5
The change to using long options for pg_dump and friends seem to have
broken it, at least on linux. But I assume it still worked on at least
osx *or* windows, since that's where Dave would've tested it :-)

It would more or less never work, since it tried to put a double-quote
in the actual filename *before* the / specifying the root directory..

Here's a patch that removes the = sign after the parameter names. That
makes it work on linux again. I would appreciate it if somebody can test
this patch on windows and/or osx as well to confirm it doesn't break
things there.

[Magnus Hagander]

git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7717 a7884b65-44f6-0310-8a51-81a127f17b15
pgadmin/frm/frmBackup.cpp
pgadmin/frm/frmBackupGlobals.cpp
pgadmin/frm/frmBackupServer.cpp
pgadmin/frm/frmRestore.cpp