Re: altering objects owned by other user

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Marc Munro <marc(at)bloodnok(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: altering objects owned by other user
Date: 2006-02-13 19:18:07
Message-ID: 3672.1139858287@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Marc Munro <marc(at)bloodnok(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2006-02-13 19:43:23 Re: Why does an ON SELECT rule have to be named "_RETURN"?
Previous Message Marc Munro 2006-02-13 19:07:14 altering objects owned by other user