Re: jdbc high memory consumption for RAISE NOTICE output using function-call in Java

Поиск
Список
Период
Сортировка
От Vladimir Sitnikov
Тема Re: jdbc high memory consumption for RAISE NOTICE output using function-call in Java
Дата
Msg-id CAB=Je-FE7qfUT105MQbLqbmjCqqFT0W+_47OCeXOXKT9Jrcofw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: jdbc high memory consumption for RAISE NOTICE output using function-call in Java  (Daniel Blanch Bataller <dblanch@hoplasoftware.com>)
Список pgsql-jdbc
>How can we reduce this?

It would be better not to abuse "raise ...".

However, if you cannot alter the software to remove that "raise", use
client_min_messages=WARNING:
http://www.postgresql.org/docs/9.4/static/runtime-config-logging.html#GUC-CLIENT-MIN-MESSAGES

Regards,
Vladimir Sitnikov


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

Предыдущее
От: Daniel Blanch Bataller
Дата:
Сообщение: Re: jdbc high memory consumption for RAISE NOTICE output using function-call in Java
Следующее
От: Jeremy Whiting
Дата:
Сообщение: Re: JDBC 9.4 1205 released