From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | long options vs unix |
Date: | 2009-03-17 13:10:29 |
Message-ID: | 49BFA145.8020509@hagander.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
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
Attachment | Content-Type | Size |
---|---|---|
pgadmin_longopt.patch | text/x-diff | 7.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | svn | 2009-03-17 13:57:50 | SVN Commit by dpage: r7717 - trunk/pgadmin3/pgadmin/frm |
Previous Message | svn | 2009-03-17 12:45:47 | SVN Commit by guillaume: r7716 - trunk/www/locale/fr_FR/LC_MESSAGES |