RE: Log file to sql database

Поиск
Список
Период
Сортировка
От KuroiNeko
Тема RE: Log file to sql database
Дата
Msg-id 3AC942F5.nailHC3134XM@ed.ed
обсуждение исходный текст
Ответ на RE: Log file to sql database  ("Joseph" <lters@mrtc.com>)
Список pgsql-general
> I am  not sure  I understand  the implications  of the  piping it  to the
> insert
> routine.

 It's a double-edged sword. Invoking it is  as simple as adding a line to a
conf file,  while developing it  may turn out to  be tricky. At  least make
sure you examine output of ps ax to see how much CPU time it uses.
 And if  you pipe  it to a  script, you'll have  an interpreter  loaded and
sitting there wasting your RAM.


--

 ������������������


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

Предыдущее
От: "Joseph"
Дата:
Сообщение: RE: Log file to sql database
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: Log file to sql database