From: | Gaetano Mendola <mendola(at)bigfoot(dot)com> |
---|---|
To: | Theo Galanakis <Theo(dot)Galanakis(at)lonelyplanet(dot)com(dot)au> |
Subject: | Re: logging |
Date: | 2004-10-01 08:37:21 |
Message-ID: | 415D1741.3010006@bigfoot.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Theo Galanakis wrote:
> I'm currently logging postgres dubugging to syslogs and wanted to know
> if it is possible to log which database each log entry is refering to?
> At the moment it looks something like this :
>
> Sep 30 02:49:59 tickle postgres[31285]: [31-1] LOG: statement: select *
> from content_objects^M
> Sep 30 02:49:59 tickle postgres[31285]: [31-2] ^I^I^I^Iwhere
> content_object_id = ^M
> Sep 30 02:49:59 tickle postgres[31285]: [31-3] ^I^I^I^I^I'680'
> Sep 30 02:49:59 tickle postgres[31285]: [32-1] LOG: duration: 1.147 ms
>
> I was thinking of perhaps looking at the table in the sql and trying to
> match it up the information_schema.columns and obtain the database from
> that! However I thought that if there was a debugging option available
> it would save a heap of time.
Unfortunately I have to say that is impossible to do it for version < 8.0
( that BTW is still in beta phase ).
Regards
Gaetano Mendola
From | Date | Subject | |
---|---|---|---|
Next Message | Cris Carampa | 2004-10-01 09:58:48 | pg_autovacuum & postmaster shutdown+startup |
Previous Message | Tore Halset | 2004-10-01 08:12:28 | pg_dump/pg_restore trouble on win32 |