On Fri, Sep 24, 2010 at 7:55 AM, Evan Rempel <[email protected]> wrote:
> I am running Postgresql 8.3 and would like to get postgres to > NOT wrap the syslog lines. Is ther any configuration to do this. > Perhaps I can wrap them at a very large line number? > > The problem is that we want a program to analyze the logs for us, and with > the line breaks it > is very difficult, although not impossible, to get a program to do this. > pgFounie handles multi-line logs easilty. You might want to check it's source to get how. Or just use stderr logging (which is actually more stable). -- Vladimir Rusinov http://greenmice.info/
