Re: [ADMIN] Syslog line wrapping

2010-09-24 Thread Vladimir Rusinov
On Fri, Sep 24, 2010 at 7:55 AM, Evan Rempel erem...@uvic.ca 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

Re: [ADMIN] Syslog line wrapping

2010-09-24 Thread Peter Eisentraut
On tor, 2010-09-23 at 20:55 -0700, Evan Rempel 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? PostgreSQL 8.4 increased the line length. -- Sent via

Re: [ADMIN] Syslog line wrapping

2010-09-23 Thread Tom Lane
Evan Rempel erem...@uvic.ca writes: 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 we're up against is explained in src/backend/utils/error/elog.c: