I am tryng to configure a connection to postrgresql db server via Services window of Netbeans 7.3.1 and I get the following error: Cannot establish a connection to jdbc:postgresql://xxx.xxx.xx:5432/ using org.postgresql.Driver (ERROR: Unsupported startup parameter: extra_float_digits)
I have foud a possible workaround : ignore_startup_parameters = extra_float_digits Is there some way to set this parameter in a config file?
Thanks