Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Thu, 21 Mar 2024 14:40:12 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3166: query_id in pg_stat_activity is NULL when connecting from JDBC, but not from psql In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 2012477030 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2024-03-21T14:44:07Z X-GitHub-Issue: 3166 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3166#issuecomment-2012477030 Content-Type: text/plain; charset=utf-8 > > Do you mean backend does not produce query_id for extended queries? It sounds strange. That is correct. Known issue. https://postgrespro.com/list/thread-id/2652444 Dave