Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Thu, 06 Feb 2025 22:32:25 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3509: Add back application name setting In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 2641274006 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3509 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3509#issuecomment-2641274006 Content-Type: text/plain; charset=utf-8 OK, I think we need to add it back. I think the runInitialQueries needs to be tightened up and we need to document this better. `runInitialQueries should still set `extra_float_digits=3` for versions 9-12 and `extra_float_digits=2` for versions less than 9 Thanks!