I'm using postgresql 9.2 with my web application that has three servlet with three select.
I turn on the log.
When i send my first query: 'select * from "Nomi" limit 4'
before this the log show me this other line:
'execute : SET extra_float_digits = 3'
What is this command?

