pgAdmin III commit: Fix the permission check for the db restore menu - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix the permission check for the db restore menu
Date
Msg-id 201012191329.oBJDT0lr066895@gothos.postgresql.org
Whole thread Raw
List 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
------
master

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

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


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix the permission check for the db restore menu
Next
From: Roland Giesler
Date:
Subject: Graphical Query Builder enhancement