Re: pgAdmin v1.10.0 Beta 1

Поиск
Список
Период
Сортировка
От Glyn Astill
Тема Re: pgAdmin v1.10.0 Beta 1
Дата
Msg-id 247605.5185.qm@web23604.mail.ird.yahoo.com
обсуждение исходный текст
Ответ на Re: pgAdmin v1.10.0 Beta 1  (Dave Page <dpage@pgadmin.org>)
Ответы Re: pgAdmin v1.10.0 Beta 1
Список pgadmin-support
--- On Thu, 19/3/09, Dave Page <dpage@pgadmin.org> wrote:
>
> This is a limitation in the server. The pg_logdir_ls
> function needs
> the default logfile format to ensure it can reliably figure
> out the
> log date:
>
>         if (strcmp(Log_filename,
> "postgresql-%Y-%m-%d_%H%M%S.log") != 0)
>                 ereport(ERROR,
>
> (errcode(ERRCODE_INVALID_PARAMETER_VALUE),
>                                  (errmsg("the
> log_filename parameter
> must equal
> 'postgresql-%%Y-%%m-%%d_%%H%%M%%S.log'"))));
>
> You can still use per-day logs with the default filename of
> course -
> you'll just need to ignore the time part.
>

Hmm, that confused me for a second there but doxygen cleared it up.

I see what you mean, I guess I'll just have to rename my logs then and try to overcome the ocd I exhibit at times.





В списке pgadmin-support по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: pgAdmin v1.10.0 Beta 1
Следующее
От: David Gould
Дата:
Сообщение: Re: A couple of bugs...