Robert Treat <[EMAIL PROTECTED]> writes:
> I keep seeing the following log output around every 5 minutes:
> 2005-02-28 23:25:05 [8646] LOG:  00000: QUERY STATISTICS

This has to be coming from exec_simple_query():

        if (save_log_statement_stats)
                ShowUsage("QUERY STATISTICS");

so *something* is turning on log_statement_stats.

                        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

Reply via email to