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 [EMAIL PROTECTED] Pervasive Software http://pervasive.com work: 512-231-6117 vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461 ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend