Re: Patch for - Allow server logs to be remotely read

From: Dhanaraj M <Dhanaraj(dot)M(at)Sun(dot)COM>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Patch for - Allow server logs to be remotely read
Date: 2006-06-09 05:35:03
Message-ID: 44890887.3020702@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian wrote:

>Uh, I just added /contrib/adminpack a few weeks ago to CVS, which does
>this, and more. Sorry I forgot to mark the TODO item as completed.
>
>---------------------------------------------------------------------------
>
>
>
1. int8 pg_catalog.pg_file_read(fname text, data text, append bool)

Though the above pg_file_read provides an interface to read the files,
the admin has to know the complete file path in order to read from them.
This can be simplified. As I have implemented. it does not take the file
name as a parameter.
It automatically stored the postmaster file path and reads whenever
required.

2. As suggested in the mailing list by Tom lane, this feature is
implemented in contrib pkg.
Hence, this feature is not forced on all.

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Philippe Lang 2006-06-09 06:43:51 pgxml & xpath_table
Previous Message Bruce Momjian 2006-06-09 02:40:30 Re: Fix for Win32 division involving INT_MIN