pgAdmin III commit: Treat sequences as first class objects in the Grant

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin III commit: Treat sequences as first class objects in the Grant
Дата
Msg-id E1UgiTN-000520-Ad@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Treat sequences as first class objects in the Grant Wizard. Support USAGE and remove obsolete RULE permissions.

Conflicts:
    CHANGELOG

Branch
------
REL-1_16_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=52ee1258436f6b0e306c92dd5792215dc27beff0
Author: Dhiraj Chawla <dhiraj.chawla@enterprisedb.com>

Modified Files
--------------
CHANGELOG                      |    3 +++
pgadmin/frm/frmGrantWizard.cpp |   20 +++++++++++++-------
2 files changed, 16 insertions(+), 7 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Treat sequences as first class objects in the Grant
Следующее
От: Dave Page
Дата:
Сообщение: Re: Grants on sequences via Grant Wizard fix patch