pgAdmin III commit: Fix the permission check for the db restore menu

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix the permission check for the db restore menu
Дата
Msg-id 201012191329.oBJDT0Fp066897@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix the permission check for the db restore menu

User needs to have the create privilege on the database in order to be able to
restore a dump.

Report from Konstantin Pelepelin.

Branch
------
REL-1_12_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=3704caabf088dbf03908ad5cfa8c794ed3466f27

Modified Files
--------------
CHANGELOG                           |    1 +
pgadmin/include/schema/pgDatabase.h |    1 +
pgadmin/schema/pgDatabase.cpp       |    5 +++++
3 files changed, 7 insertions(+), 0 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #293: how to set tab size on sql editor
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix the permission check for the db restore menu