Artist <Artist (AT) sj (DOT) speakeasy.net> wrote:
Quote:
I am using Postgersql 8.2.11-1 on Windows XP. When Postresql is in use
it outputs a lot of text to the console window. Every query and and
every query result is output there. I need this output only when
debugging and since outputting this has to cost processor time I need a
way to turn this off. How is this done? |
I don't know about Windows, but does this also happen if you run the
database server as a Windows service?
Log output should go to the log file only.
There are configuration parameters that let you determine what and how much
will be logged.
Yours,
Laurenz Albe