Re: [GENERAL] Problem with postgres log file

From: Jens Felber <jfe(at)gek-online(dot)de>
To: "Natalya S(dot) Makushina" <mak(at)rtsoft(dot)msk(dot)ru>, "pgsql-general(at)postgreSQL(dot)org" <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] Problem with postgres log file
Date: 1999-08-27 06:51:07
Message-ID: 3.0.6.32.19990827085107.00905260@62.156.187.1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

At 09:33 27.08.99 +0400, Natalya S. Makushina wrote:
>Hello all!
>
>How can i make line in log file like this?
>#timestamp #pid #message
>980127.17:52:14.173 [29271] StartTransactionCommand
>
>I have read in documentation about file pg_options.
>But I have got only these lines in the log file:
>
>ProcessQuery
>CommitTransactionCommand
>StartTransactionCommand

Hi ,

how do you start Postgres

I start it with the following options and can see more in my logfile:

--> postmaster -i -s -o "-F -o /var/log/posrgres.log" $

the parameters in "" are opteion of the backend.
-o /../../ tells the backend the path to the logfile
Note: the logfile must be writable for Postgres dba user!!!

by Jens

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Natalya S. Makushina 1999-08-27 07:32:23 : [GENERAL] Problem with postgres log file
Previous Message Natalya S. Makushina 1999-08-27 05:33:54 Problem with postgres log file