Discussion:
Breaking out log by database
(too old to reply)
Chris Hoover
2004-04-27 17:21:34 UTC
Permalink
Question,

I have several db servers that have postgresql clusters with many db's (5 upto
170) in them. Is there a way to breakout the postgres logs by the database?

Thanks,

chris


---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
Bruno Wolff III
2004-04-27 19:26:18 UTC
Permalink
On Tue, Apr 27, 2004 at 13:21:34 -0400,
Post by Chris Hoover
Question,
I have several db servers that have postgresql clusters with many db's (5 upto
170) in them. Is there a way to breakout the postgres logs by the database?
I don't think it is possible to do that in the released versions, but I know
there was some discussions about adding the database name to the log records
not too long ago. (Within the last couple of months.) So it may not be too
hard to do this in 7.5 when it is released.

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ***@postgresql.org
Bruce Momjian
2004-04-27 19:47:48 UTC
Permalink
Post by Bruno Wolff III
On Tue, Apr 27, 2004 at 13:21:34 -0400,
Post by Chris Hoover
Question,
I have several db servers that have postgresql clusters with many db's (5 upto
170) in them. Is there a way to breakout the postgres logs by the database?
I don't think it is possible to do that in the released versions, but I know
there was some discussions about adding the database name to the log records
not too long ago. (Within the last couple of months.) So it may not be too
hard to do this in 7.5 when it is released.
In 7.5, you have log_line_prefix, which can contain the database name as
a prefix on each log line.
--
Bruce Momjian | http://candle.pha.pa.us
***@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
Loading...