Re: Logging question

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Tony Caduto <tony(dot)caduto(at)amsoftwaredesign(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Logging question
Date: 2005-01-18 04:29:02
Message-ID: 20050118042901.GB15785@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jan 17, 2005 at 09:13:19PM -0600, Tony Caduto wrote:

> This is great info, is there a way to get the log back via a SQL call?
> It would be pretty cool if there was a way to have the log go to a table
> instead of a file.

Not that I'm aware of, but you could write a function to read the
log file if you know where it is. That would be easy in a language
like PL/Python or PL/Perl.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-01-18 04:38:40 Re: ext3
Previous Message Michael Fuhr 2005-01-18 04:20:59 Re: Logging question