Josh Berkus <[EMAIL PROTECTED]> writes: > Also, there doesn't seem to be any way in 7.2 for me to find out what the > current statistics target for a column is. What am I missing?
There still isn't a handy command for it --- you have to look at pg_attribute.attstattarget for the column. 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