Re: postgresql log file on fc2

From: Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
To: db(at)ke5in(dot)com
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: postgresql log file on fc2
Date: 2005-01-20 16:18:31
Message-ID: ECF56A36-6AFE-11D9-9D53-000D933565E8@mail.nih.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On MacOS, I do:

postmaster -D /usr/local/pgsql/data >& /usr/local/pgsql/data/server_log
&

This puts logging output in the server_log file in
/usr/local/pgsql/data. Since this directory belongs to the postgres
user, it seems convenient.

Sean

On Jan 20, 2005, at 11:00 AM, Kevin B. wrote:

> Hi,
>
> I am looking for the postgres log file on a stock install of fc2
> (postgres
> 7.4 was installed from the fc2 CDs.) I see that there is a file named
> pgsql in /var/log but it is 0 bytes. My guess is that I need to turn
> logging on. Does someone know if /var/log/pgsql on fc2 is used for
> logging or something else? In other words, can I start postgres with
> -l
> /var/log/pgsql for logging or should I log to a differnt file?
>
> Thanks,
> Kevin
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if
> your
> joining column's datatypes do not match

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Paul Murphy 2005-01-20 16:20:43 Problems with PL/pgSQL and LIKE statement
Previous Message operationsengineer1 2005-01-20 16:10:23 Strange User Problem