Re: Clarification required

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Clarification required
Дата
Msg-id 20060512162107.GO6201@pervasive.com
обсуждение исходный текст
Ответ на Clarification required  (Dhanaraj M <Dhanaraj.M@Sun.COM>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: any, anyelement, and anyarray
Следующее
От: "Hogan, James F. Jr."
Дата:
Сообщение: audit table containing Select statements submitted