Message-ID: From: "xtay573269555 (@xtay573269555)" To: "pgjdbc/pgjdbc" Date: Mon, 16 Jun 2025 07:35:09 +0000 Subject: [pgjdbc/pgjdbc] issue #3679: Is pgjdbc support target_session_attrs property in the jdbc url connection string ? List-Id: X-GitHub-Author-Id: 5844466 X-GitHub-Author-Login: xtay573269555 X-GitHub-Issue: 3679 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: closed X-GitHub-Type: issue X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3679 Content-Type: text/plain; charset=utf-8 Is pgjdbc support `target_session_attrs` property in the jdbc url connection string ? I wrote a pure java program to test target_session_attrs property, and found the program did not connect to the primary node without any error or warning message like "Unsupported parameter". I would like to confirm whether pgjdbc supports this property. In addtion, if it is not currently supported, could you consider supporting this property, as it would greatly facilitate users in connecting to their desired nodes in a replication architecture ?