pgsql: Add, per Alvaro: > > * Implement the SQL standard mechanism

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Add, per Alvaro: > > * Implement the SQL standard mechanism
Дата
Msg-id 20070517224411.481F19FC1D7@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add, per Alvaro:

>
> * Implement the SQL standard mechanism whereby REVOKE ROLE revokes only
>   the privilege granted by the invoking role, and not those granted
>   by other roles

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.2185 -> r1.2186)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2185&r2=1.2186)
    pgsql/doc/src/FAQ:
        TODO.html (r1.686 -> r1.687)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.686&r2=1.687)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add: > > * Fix problem with excessive logging during SSL
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add URL for: * Implement the SQL standard mechanism whereby