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

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: Georg Brünsing <georg(dot)bruensing(at)clickware(dot)de>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: jdbc high memory consumption for RAISE NOTICE output using function-call in Java
Date: 2015-12-08 13:48:36
Message-ID: CAB=Je-FE7qfUT105MQbLqbmjCqqFT0W+_47OCeXOXKT9Jrcofw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jeremy Whiting 2015-12-08 17:58:51 Re: JDBC 9.4 1205 released
Previous Message Daniel Blanch Bataller 2015-12-08 12:02:19 Re: jdbc high memory consumption for RAISE NOTICE output using function-call in Java