Re: Restore bug with --no-privileges

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Conrad Akier <cakier(at)gmail(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Restore bug with --no-privileges
Date: 2010-12-07 07:34:27
Message-ID: 4CFDE383.1060606@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

Le 07/12/2010 05:40, Conrad Akier a écrit :
> [...]
> 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"));
>

You're right. This is now fixed on 1.12 and master branches.

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Jan-Peter Seifert 2010-12-07 09:45:10 1.12.1 - cannot dump from older server versions
Previous Message Conrad Akier 2010-12-07 04:40:05 Restore bug with --no-privileges