pgsql: Fix the problem of GRANTs creating "dangling" privileges not

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Fix the problem of GRANTs creating "dangling" privileges not
Дата
Msg-id 20051010184904.B2BD7D93BF@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix the problem of GRANTs creating "dangling" privileges not directly
traceable to grant options.  As per my earlier proposal, a GRANT made by
a role member has to be recorded as being granted by the role that actually
holds the grant option, and not the member.

Modified Files:
--------------
    pgsql/src/backend/catalog:
        aclchk.c (r1.118 -> r1.119)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/aclchk.c.diff?r1=1.118&r2=1.119)
    pgsql/src/backend/utils/adt:
        acl.c (r1.124 -> r1.125)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/acl.c.diff?r1=1.124&r2=1.125)
    pgsql/src/include/utils:
        acl.h (r1.83 -> r1.84)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/acl.h.diff?r1=1.83&r2=1.84)

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

Предыдущее
От: aglio@pgfoundry.org (User Aglio)
Дата:
Сообщение: press - pr: Some minor cleanup on the presskit
Следующее
От: aglio@pgfoundry.org (User Aglio)
Дата:
Сообщение: press - pr: Some character corrections per Greg.