Re: altering objects owned by other user

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: altering objects owned by other user
Дата
Msg-id 3672.1139858287@sss.pgh.pa.us
обсуждение исходный текст
Ответ на altering objects owned by other user  (Marc Munro <marc@bloodnok.com>)
Ответы Re: altering objects owned by other user  (Marc Munro <marc@bloodnok.com>)
Список pgsql-general
Marc Munro <marc@bloodnok.com> writes:
> I want to allow a non-superuser to alter objects owned by another user.

Use 8.1, have the objects in question be owned by a group (role), grant
membership in the group as appropriate.

> This should be an audited operation (logging a notice of what was done
> to the postgres logs is sufficient).

Perhaps log_statement = ddl?

            regards, tom lane

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

Предыдущее
От: Marc Munro
Дата:
Сообщение: altering objects owned by other user
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Why does an ON SELECT rule have to be named "_RETURN"?