Create a separate grantable privilege for TRUNCATE, rather than having it be
Tom Lane <tgl@sss.pgh.pa.us>
Create a separate grantable privilege for TRUNCATE, rather than having it be always owner-only. The TRUNCATE privilege works identically to the DELETE privilege so far as interactions with the rest of the system go. Robert Haas