Re: Logger into table and/or to cli

From: "Thiemo Kellner, NHC Barhufpflege" <thiemo(dot)kellner(at)gelassene-pferde(dot)biz>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Logger into table and/or to cli
Date: 2016-03-08 17:54:05
Message-ID: 20160308185405.147142tuphhi2328@www.gelassene-pferde.biz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If I have understood correctly, the application logging would polute
the server log with that solution. And it looks rather clumsy to me to
import the log file into a table. Much more it would require to ignore
somehow already imported log entries not to get multiple entries when
the import shall take place at any arbitrary point in time.

Zitat von Berend Tober <btober(at)computer(dot)org>:

> Thiemo Kellner, NHC Barhufpflege wrote:
>>
>> I would like to log from within pgsql into table and/or to command
>> line, something like
>> https://sourceforge.net/projects/plnsqllogger/ . Does anybody know
>> of an open source solution
>> available?
>
> I like "18.8.4. Using CSV-Format Log Output", although it does not
> log directly to a data base table. Rather, it produces
> comma-separated-value text files that you can easily copy into a
> data base table for analysis or other purposes.
>
>
> See the manual at
>
> http://www.postgresql.org/docs/9.5/static/runtime-config-logging.html
>
>
>
>

--
Auf Gelassene Pferde kann man bauen!
+49 (0)1578-772 37 37 (Mo, Di)
+41 (0)78 947 36 21 (Mi - Fr)
Skype: thiemo.kellner
http://www.gelassene-pferde.biz
Mitglied bei http://www.keep-it-natural.org
Öffentlicher PGP-Schlüssel:
http://pgp.mit.edu/pks/lookup?op=get&search=0x8F70EFD2D972CBEF

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thiemo Kellner, NHC Barhufpflege 2016-03-08 18:10:12 Re: Logger into table and/or to cli
Previous Message Adrian Klaver 2016-03-08 17:24:52 Re: Generate PG schemas from the Oracle Data Modeler tool?