Restore bug with --no-privileges - Mailing list pgadmin-support

From Conrad Akier
Subject Restore bug with --no-privileges
Date
Msg-id AANLkTin4Bq4Rt7oSG1MFAFjnFftnE3qM5zVh4R5Va-OV@mail.gmail.com
Whole thread Raw
Responses Re: Restore bug with --no-privileges
List pgadmin-support
Hello,

There's a spelling error on line 319 of frm/frmRestore.cpp in the
current 1.12.1 release of pgAdmin that prevents restores from
functioning if the "Privileges" option of the "Restore Options #1" tab
is checked.

To correct this, line 319 should be changed from:

cmd.Append(wxT(" --no-priviledges"));

to:

cmd.Append(wxT("--no-privileges"));


Thanks,
-Conrad


pgadmin-support by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: [ADMIN] syntax error for no apparent reason
Next
From: Guillaume Lelarge
Date:
Subject: Re: Restore bug with --no-privileges