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
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.
--
Guillaumehttp://www.postgresql.frhttp://dalibo.com
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера