----- Original Message -----
From: "Jim C. Nasby" <[EMAIL PROTECTED]>
Didn't someone just ask this yesterday?
Yes. i did it :-)
I believe you can get that info by increasing client_min_messages.
What you specifically have to set it to I don't know; my guess would be
log or debug1.
I set it that but none of them effect the result :-( I think, answer to
this question is no !
Things that i want to see is what SQL commands run by backend while ;
* Inserting a row (how checks FKs)
* Updating row (how checks FKs and unique constrains)
* deleting row (how checks FKs)
Best Regards
Adnan DURSUN
---------------------------(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