Nick Barr <[EMAIL PROTECTED]> writes: > I was looking to start development on the following TODO entry. > Add a separate TRUNCATE permission
Is there actually a use-case for that? It seems like mostly pointless complication to me. (Note that in the role world, one can effectively have a table owned by a group, so the real issue here is only whether there is a point in letting someone truncate a table without having any other owner-grade permissions for it.) regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match