We have a correct and clean json string in a text column in Postgres, this string is a sort of configuration data rarely changed.
The json string is fetched from java code running in a web application on wildfly via jdbi query.
Only on linux systems we experience the presence of control characters (?) when reading the string from resultSet (with a getString("param_value")). Here the json text saved after the read from resultSet.
Any suggestion?