Re: Clarification required

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: Dhanaraj M <Dhanaraj(dot)M(at)Sun(dot)COM>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Clarification required
Date: 2006-05-12 16:21:07
Message-ID: 20060512162107.GO6201@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, May 12, 2006 at 05:00:51PM +0530, Dhanaraj M wrote:
> I could not understand the following TODO item.
> Can anyone explain this.
>
> Monitoring:
> =========
>
> Allow server logs to be remotely read and removed using SQL commands
>
>
> Does it mean that the server log file should be read by the client? What
> kind of removal (using SQL)?

The log would be read by the server (backend process) and passed to the
client, presumably via some function ie: SELECT pg_readlog();

> Also I like to know where the server log file is stored.

It's configurable.
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hogan, James F. Jr. 2006-05-12 17:11:14 audit table containing Select statements submitted
Previous Message Florian Weimer 2006-05-12 16:16:11 Re: Bug in signal handler