Re: Patch for - Allow server logs to be remotely read - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: Patch for - Allow server logs to be remotely read
Date
Msg-id 20060608140342.GA17099@surnet.cl
Whole thread Raw
In response to Re: Patch for - Allow server logs to be remotely read  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Patch for - Allow server logs to be remotely read
Re: Patch for - Allow server logs to be remotely read
List 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.

Huh, how do you read files with adminpack?  I only see

Datum pg_file_write(PG_FUNCTION_ARGS);
Datum pg_file_rename(PG_FUNCTION_ARGS);
Datum pg_file_unlink(PG_FUNCTION_ARGS);
Datum pg_logdir_ls(PG_FUNCTION_ARGS);

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: update link / fix spelling error
Next
From: Bruce Momjian
Date:
Subject: Re: Patch for - Allow server logs to be remotely read