Message-ID: From: "jorsol (@jorsol)" To: "pgjdbc/pgjdbc" Date: Thu, 07 Nov 2024 21:31:32 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3432: Don't send extra_float_digits for PostgreSQL 12+ by default In-Reply-To: References: List-Id: X-GitHub-Author-Login: jorsol X-GitHub-Comment-Id: 2463260282 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3432 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3432#issuecomment-2463260282 Content-Type: text/plain; charset=utf-8 https://www.postgresql.org/docs/17/datatype-numeric.html#DATATYPE-FLOAT > Applications that wanted precise values have historically had to set [extra_float_digits](https://www.postgresql.org/docs/17/runtime-config-client.html#GUC-EXTRA-FLOAT-DIGITS) to 3 to obtain them. For maximum compatibility between versions, they should continue to do so.