Must be table owner to truncate?

From: smiley2211 <msramsey22(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Must be table owner to truncate?
Date: 2008-07-28 19:36:11
Message-ID: 18697753.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hello all,

I am trying to GRANT truncate permissions to a non-owner of table and it's
not allowing me to:

GRANT TRUNCATE ON stage01 TO jaime44;
ERROR: unrecognized privilege type "truncate"

How do I grant said permission?

Thanks...Michelle.

--
View this message in context: http://www.nabble.com/Must-be-table-owner-to-truncate--tp18697753p18697753.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2008-07-28 19:40:53 Re: array_accum() and quoted content
Previous Message aravind chandu 2008-07-28 19:30:34 How to give input a file for a stored procedure