Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Thu, 14 Aug 2025 14:48:21 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3763: Driver does not implement setURL() and getURL() methods In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 3188735061 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3763 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3763#issuecomment-3188735061 Content-Type: text/plain; charset=utf-8 Perfectly legitimate to throw a NotSupported Exception as there is no way to implement this in PostgreSQL https://docs.oracle.com/en/java/javase/17/docs/api/java.sql/java/sql/PreparedStatement.html#setURL(int,java.net.URL)