Re: Clarification required - Mailing list pgsql-hackers

From Jim C. Nasby
Subject Re: Clarification required
Date
Msg-id 20060512162107.GO6201@pervasive.com
Whole thread Raw
In response to Clarification required  (Dhanaraj M <Dhanaraj.M@Sun.COM>)
List 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@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: any, anyelement, and anyarray
Next
From: "Hogan, James F. Jr."
Date:
Subject: audit table containing Select statements submitted