Restore bug with --no-privileges

From: Conrad Akier <cakier(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Restore bug with --no-privileges
Date: 2010-12-07 04:40:05
Message-ID: AANLkTin4Bq4Rt7oSG1MFAFjnFftnE3qM5zVh4R5Va-OV@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2010-12-07 07:34:27 Re: Restore bug with --no-privileges
Previous Message Kevin Grittner 2010-12-04 15:01:11 Re: [ADMIN] syntax error for no apparent reason