Alexander Cohen <[EMAIL PROTECTED]> writes: > What kind of permissions does /tmp need?
Generally it's 777 (ie, wide open), plus stickybit if your system supports that (so people can't delete each others' temp files). regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match