pgsql-server/ oc/src/sgml/ref/grant.sgml oc/sr ...

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server/ oc/src/sgml/ref/grant.sgml oc/sr ...
Дата
Msg-id 20031031200049.350A3D1C9EE@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/10/31 16:00:49

Modified files:
    doc/src/sgml/ref: grant.sgml revoke.sgml
    src/backend/catalog: aclchk.c

Log message:
    When a superuser does GRANT or REVOKE on an object he doesn't own,
    process the command as though it were issued by the object owner.
    This prevents creating weird scenarios in which the same privileges
    may appear to flow from different sources, and ensures that a superuser
    can in fact revoke all privileges if he wants to.  In particular this
    means that the regression tests work when run by a superuser other than
    the original bootstrap userid.  Per report from Larry Rosenman.


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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql-server/doc/src/sgml release.sgml
Следующее
От: petere@svr1.postgresql.org (Peter Eisentraut - PostgreSQL)
Дата:
Сообщение: pgsql-server/src/bin/pg_dump/po es.po