RE: Log file to sql database

From: KuroiNeko <evpopkov(at)carrier(dot)kiev(dot)ua>
To: pgsql-general(at)postgresql(dot)org
Subject: RE: Log file to sql database
Date: 2001-04-03 03:26:45
Message-ID: 3AC942F5.nailHC3134XM@ed.ed
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

--

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2001-04-03 03:51:15 Re: Log file to sql database
Previous Message Joseph 2001-04-03 02:00:28 RE: Log file to sql database