Re: Logger into table and/or to cli

From: "Thiemo Kellner, NHC Barhufpflege" <thiemo(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 18:10:12
Message-ID: 20160308191012.11756wu2sxmold44@www.gelassene-pferde.biz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks for your hint. 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
+41 (0)78 947 36 21
sip: thiemo(dot)kellner(at)iptel(dot)org
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 Feld, Michael (IMS) 2016-03-08 18:27:06 pg_upgrade error regarding hstore operator
Previous Message Thiemo Kellner, NHC Barhufpflege 2016-03-08 17:54:05 Re: Logger into table and/or to cli