TRUNCATE, VACUUM, ANALYZE privileges

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: TRUNCATE, VACUUM, ANALYZE privileges
Date: 2006-01-04 03:44:58
Message-ID: 20060104034458.GS6026@ns.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Greetings,

The following patch implements individual privileges for TRUNCATE,
VACUUM and ANALYZE. Includes documentation and regression test
updates. Resolves TODO item 'Add a separate TRUNCATE permission'.
Created off of current (2005/01/03) CVS TIP.

At least the 'no one interested has written a patch' argument is gone
now, fire away with other comments/concerns. :)

Thanks,

Stephen

Attachment Content-Type Size
privs.20060103.ctx.diff text/plain 30.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-01-04 04:17:16 Re: Deferrable UNIQUE INDEX?
Previous Message Zach Bagnall 2006-01-04 03:41:43 Re: Incremental Backup Script

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-01-04 04:32:01 Re: TRUNCATE, VACUUM, ANALYZE privileges
Previous Message Euler Taveira de Oliveira 2006-01-04 02:18:06 Re: Inconsistent syntax in GRANT