Re: serverlog function (log_destination file)

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: serverlog function (log_destination file)
Дата
Msg-id 40C48E03.2060802@pse-consulting.de
обсуждение исходный текст
Ответ на Re: serverlog function (log_destination file)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:

>Andreas Pflug <pgadmin@pse-consulting.de> writes:
>  
>
>>What if there's no file access
>>    
>>
>
>If you don't have any access to the machine then you are not really a
>DBA, you only play one on TV. 
>
However you may call me, I can think of many cases where I'd like to 
look at the server log, without wanting to change the configuration or 
start/stop the postmaster. The error message sent to the application 
might be lost, or an interference with another app might have caused 
troubles, so a collected log is fine for such cases, preferrably 
displayed by the same tool I'm tuning my queries with.

What you're telling me is that people should have a telnet session to 
the linux box and tail /usr/data/pgsql/serverlog, while they're working 
with comfortable gui tools otherwise. Sound dissatisfying.

The rhdb control center seems fine for a sysadmin-dbadmin who's going to 
install and reconfigure a machine, but I certainly don't want this for 
SQL centric work. And a Java GUI is a bad idea on win32 either...

Regards,
Andreas




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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [pgsql-hackers-win32] Failures with windows port
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Case preserving - suggestions