Restore bug with --no-privileges

Поиск
Список
Период
Сортировка
От Conrad Akier
Тема Restore bug with --no-privileges
Дата
Msg-id AANLkTin4Bq4Rt7oSG1MFAFjnFftnE3qM5zVh4R5Va-OV@mail.gmail.com
обсуждение исходный текст
Ответы Re: Restore bug with --no-privileges
Список 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 по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: [ADMIN] syntax error for no apparent reason
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Restore bug with --no-privileges