Serverlog

Поиск
Список
Период
Сортировка
От Steffen Kuhn
Тема Serverlog
Дата
Msg-id 20100901055057.8DD8A2C0100C@bmail01.one.com
обсуждение исходный текст
Ответ на Re: Problem with insert - 1.12.0 RC1  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Serverlog  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi Dave,

I can remember that there was a discussion about optimze Log in Server-Status.
Yesterday I saw some wired parse results.
Sample:

begin transaction;
-- doing something ending with a newline
-- doing something else ending with a newline
-- doing something further ending with a newline
insert something with a TIMESTAMP ending with a newline
insert something with a TIMESTAMP ending with a newline
insert something with a TIMESTAMP ending with a newline
insert something with a TIMESTAMP ending with a newline
commit transaction;

Seen is this on a default postgres (no edb) install with default logprefix '%t'.
May be it would be better to tokenize by '\nTIMESTAMP' instead.

Regards Steffen

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Problem with insert - 1.12.0 RC1
Следующее
От: Ashesh Vashi
Дата:
Сообщение: frmStatus: Assertion on linux and Segment Fault on Solaris