Re: syslog: log line length?

From: Michael Monnerie <michael(dot)monnerie(at)it-management(dot)at>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: syslog: log line length?
Date: 2007-07-20 20:07:10
Message-ID: 200707202207.15735@zmi.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mittwoch, 18. Juli 2007 Alvaro Herrera wrote:
> Postgres does not split entries.  They are split by infelicities in
> the underlying facilities used (pipes).  There's ongoing work to fix
> this problem.  In the meantime, I think you could work around it by
> using syslog instead of redirect_stderr.

This *is* syslog. Can I specify line length there?

This is one log entry (from a long query) split over 2374 lines:
Jul 20 14:13:55 db1.zmi.at postgres[9596]: [3-1] DB=bayes_db U=bayes_server_33 H=123.132.123.123 42a0a3f9.237c SELECT:LOG: Dauer: 7420.180 ms Anweisung: select put_tokens(1,
Jul 20 14:13:55 db1.zmi.at postgres[9596]: [3-2] '{"\\\\000\\\\003\\\\335\\\\131\\\\354","\\\\000\\\\013\\\\067\\\\227\\\\250","\\\\000\\\\015\\\\012\\\\267\\\\317","\\\\000\\\
[snip]
Jul 20 14:13:56 db1.zmi.at postgres[9596]: [3-2372] \\377\\\\333\\\\246\\\\200\\\\040","\\\\377\\\\334\\\\047\\\\144\\\\105","\\\\377\\\\363\\\\043\\\\077\\\\354","\\\\377\\\\370\\
Jul 20 14:13:56 db1.zmi.at postgres[9596]: [3-2373] \\066\\\\152\\\\106","\\\\377\\\\376\\\\045\\\\100\\\\172"}',
Jul 20 14:13:56 db1.zmi.at postgres[9596]: [3-2374] 0, 1, 1184933549)

And where could I configure to have english, not german, postgres logs?

mfg zmi
--
// Michael Monnerie, Ing.BSc ----- http://it-management.at
// Tel: 0676/846 914 666 .network.your.ideas.
// PGP Key: "curl -s http://zmi.at/zmi.asc | gpg --import"
// Fingerprint: EA39 8918 EDFF 0A68 ACFB 11B7 BA2D 060F 1C6F E6B0
// Keyserver: www.keyserver.net Key-ID: 1C6FE6B0

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Sibte Abbas 2007-07-21 02:40:57 Re: deinstallation - reinstallation on Mac OS 10.4
Previous Message Tom Lane 2007-07-20 19:19:52 Re: select a range of data