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

From Vladimir Sitnikov
Subject Re: jdbc high memory consumption for RAISE NOTICE output using function-call in Java
Date
Msg-id CAB=Je-FE7qfUT105MQbLqbmjCqqFT0W+_47OCeXOXKT9Jrcofw@mail.gmail.com
Whole thread Raw
In response to Re: jdbc high memory consumption for RAISE NOTICE output using function-call in Java  (Daniel Blanch Bataller <dblanch@hoplasoftware.com>)
List 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 by date:

Previous
From: Daniel Blanch Bataller
Date:
Subject: Re: jdbc high memory consumption for RAISE NOTICE output using function-call in Java
Next
From: Jeremy Whiting
Date:
Subject: Re: JDBC 9.4 1205 released