Create a separate grantable privilege for TRUNCATE, rather than having it be

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a0b76dc662efde6e02921c2d16e06418483b7534
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-09-08T00:47:41Z
Releases: 8.4.0
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

Files