Re: Clarification required

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Dhanaraj M" <Dhanaraj(dot)M(at)Sun(dot)COM>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Clarification required
Date: 2006-05-12 12:29:01
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E40138812F@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> -----Original Message-----
> From: pgsql-hackers-owner(at)postgresql(dot)org
> [mailto:pgsql-hackers-owner(at)postgresql(dot)org] On Behalf Of Dhanaraj M
> Sent: 12 May 2006 12:31
> To: pgsql-hackers(at)postgresql(dot)org
> Subject: [HACKERS] Clarification required
>
> 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)?

This is possible using the functions in the adminpack contrib module
that's currently in the patch queue:
http://candle.pha.pa.us/mhonarc/patches/msg00006.html

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

Check your postgresql.conf file.

Regards, Dave.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2006-05-12 13:00:13 Re: BEGIN inside transaction should be an error
Previous Message Dhanaraj M 2006-05-12 11:30:51 Clarification required