Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Tue, 06 Dec 2022 15:45:28 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #2694: the url is invalid In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 1339577215 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 2694 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/2694#issuecomment-1339577215 Content-Type: text/plain; charset=utf-8 JDBC doesn't use this particular form. Use ``` jdbc:postgresql:[//host[:port]/][database][?property1=value1[&property2=value2]...] ``` you can specify the user and password in the properties.