From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
---|---|
To: | pgadmin-support(at)postgresql(dot)org, glynastill(at)yahoo(dot)co(dot)uk |
Cc: | Dave Page <dpage(at)pgadmin(dot)org> |
Subject: | Re: pgAdmin v1.10.0 Beta 1 |
Date: | 2009-03-19 18:25:00 |
Message-ID: | 200903191925.00566.guillaume@lelarge.info |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Le jeudi 19 mars 2009 à 11:26:22, Glyn Astill a écrit :
> --- On Thu, 19/3/09, Dave Page <dpage(at)pgadmin(dot)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.
FYI, I intend to work more on the server status window for next release. The
logfile pane will be reworked to add better understanding of the log_filename
and log_line_prefix parameters. If you have ideas/comments, don't hesitate to
tell me what you need.
--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Quan Zongliang | 2009-03-20 00:44:20 | Re: Japanese translation is broken |
Previous Message | Dave Page | 2009-03-19 13:06:05 | Re: A couple of bugs... |