Hi, i wonder why my log outputs so much from a single select statement ? the log file for a single sql select :
http://pastie.org/884285 .. the conf file for the logging :
http://pastie.org/884290i dont expect to see the parse or bind duration, and i dont want to see other statements issued on pg_catalog n such. i prefer only seeing the info for the issued sql statement ..
a simpler output that's more readable
what did i miss in the configuration ? :)