Gregory L Miller-Kramer <[EMAIL PROTECTED]> writes: > I entered the statement you wanted. (show client_min_messages;) It > returned... > client_min_messages > --------------------- > log > (1 row)
[ scratches head... ] It's pretty hard to see why SHOW would display something but error messages don't get displayed. However, I still have a sneaking feeling that SELinux is mixed up in this somehow. Does "/usr/sbin/getenforce" show that enforcement is active? If so, does "sudo /usr/sbin/setenforce 0" change psql's behavior? 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