Message-ID: From: "xtay573269555 (@xtay573269555)" To: "pgjdbc/pgjdbc" Date: Mon, 16 Jun 2025 08:51:26 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3679: Is pgjdbc support target_session_attrs property in the jdbc url connection string ? In-Reply-To: References: List-Id: X-GitHub-Author-Login: xtay573269555 X-GitHub-Comment-Id: 2975649174 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3679 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3679#issuecomment-2975649174 Content-Type: text/plain; charset=utf-8 `target_session_attrs` is the property in [libq](https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-TARGET-SESSION-ATTRS). I find the `targetServerType` property [here](https://github.com/pgjdbc/pgjdbc/blob/master/pgjdbc/src/main/java/org/postgresql/PGProperty.java#L779) in pgjdbc.