Re: simple update queries take a long time - postgres 8.3.1 - Mailing list pgsql-general

From Tom Lane
Subject Re: simple update queries take a long time - postgres 8.3.1
Date
Msg-id 14626.1207084928@sss.pgh.pa.us
Whole thread Raw
In response to Re: simple update queries take a long time - postgres 8.3.1  (mark <markkicks@gmail.com>)
List pgsql-general
mark <markkicks@gmail.com> writes:
> I set this on,
> log_checkpoints = on

> and started postgres using this command

> pg_ctl -D /mnt/work/database -l /mnt/work/logs/pgsql.log start

> nothing is getting logged in the logfile. should I turn on some other
> settings?

You're probably looking in the wrong logfile.  Depending on what your
log destination settings are, the file mentioned in pg_ctl -l is likely
to see only early-postmaster-startup messages (before it's read the
configuration file and adopted those settings).

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Connection reset by peer / broken pipe
Next
From: Tom Lane
Date:
Subject: Re: Too many commands in a transaction