Re: control max length of parameter values logged

Поиск
Список
Период
Сортировка
От keisuke kuroda
Тема Re: control max length of parameter values logged
Дата
Msg-id CANDwggKD_0H0y+4q9KxB7umio=qs9ka1HAY4g8XaDfZPYm=cvQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: control max length of parameter values logged  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
Hi,

BIND parameter truncation is good to me.
Logs could be very hard to read due to
the very long parameters recorded.

Now, parameter is extracuted from left.
e.g. "AAAA-BBBB-CCCC-DDDD-EEEE" to "AAAA-BBBB-CCCC..."

Is not necessary from right?
e.g. "AAAA-BBBB-CCCC-DDDD-EEEE" to "...CCCC-DDDD-EEEE"

It is sometimes nice to be able to check
the last of strings. For example, if there
are difference only in the last of strings
of many parameters.

Best Regards,
Keisuke Kuroda



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

Предыдущее
От: Andy Fan
Дата:
Сообщение: Re: [PATCH] Erase the distinctClause if the result is unique by definition
Следующее
От: "p.b uday"
Дата:
Сообщение: GSoC applicant proposal, Uday PB