Re: simple update queries take a long time - postgres 8.3.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: simple update queries take a long time - postgres 8.3.1
Дата
Msg-id 14626.1207084928@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: simple update queries take a long time - postgres 8.3.1  (mark <markkicks@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Connection reset by peer / broken pipe
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Too many commands in a transaction