Alvaro Herrera wrote: > Well, it is a bit misleading to have the query_string stuff be named > "stats" when it's not actually collected by pgstats at all.
By now, the statistics collector is unnoticeable to most users, since it's always on and you never have to do anything about it. The fact that not all things called "statistics" are managed by it should be pretty irrelevant. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(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