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

Поиск
Список
Период
Сортировка
От Dhanaraj M
Тема Re: Patch for - Allow server logs to be remotely read
Дата
Msg-id 44890887.3020702@sun.com
обсуждение исходный текст
Ответ на Re: Patch for - Allow server logs to be remotely read  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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.







В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Fix for Win32 division involving INT_MIN
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: Patch for - Allow server logs to be remotely read