Re: [GENERAL] logs - Mailing list pgsql-general

From Ed Loehr
Subject Re: [GENERAL] logs
Date
Msg-id 387B8469.B277AA6E@austin.rr.com
Whole thread Raw
In response to logs  (Marcin Inkielman <marn@wsisiz.edu.pl>)
List pgsql-general
Marcin Inkielman wrote:

> hi!
>
> sorry for my stupid question...
> is it possible to view logs of postmaster?

The pole:
    http://www.postgresql.org/docs/postgres/postmaster.htm
    http://www.postgresql.org/docs/postgres/pg-options.htm
    http://www.deja.com

The fish:
    % echo 'query' >> $PGDATA/pg_options
    % killall postmaster
    % postmaster >> pgserver.log &
    % tail -f pgserver.log


Cheers,
Ed Loehr



pgsql-general by date:

Previous
From: Ed Loehr
Date:
Subject: Re: [GENERAL] Question on timestamp in psql
Next
From: Alfred Perlstein
Date:
Subject: Re: [GENERAL] Memory leak in FreeBSD?