Vivek Khera <[EMAIL PROTECTED]> writes: > not sure why you're not able to revoke permissions. that seems > curious to me.
You need to revoke them as that user, likely. REVOKE really means "revoke grants I made", not "revoke any grant anybody made". 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