[pgjdbc/pgjdbc] 6c5490: docs: fix the URL regex (#1057)

From: bpd0018 <bpd0018(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 6c5490: docs: fix the URL regex (#1057)
Date: 2018-01-08 12:19:04
Message-ID: 5a5361b8e5a09_aa32af0c6c07c04102647@hookshot-fe-7191cb1.cp1-iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 6c5490f90da434f37abd0be0f7bbdc38169ec33f
https://github.com/pgjdbc/pgjdbc/commit/6c5490f90da434f37abd0be0f7bbdc38169ec33f
Author: bpd0018 <bpd0018(at)gmail(dot)com>
Date: 2018-01-08 (Mon, 08 Jan 2018)

Changed paths:
M README.md

Log Message:
-----------
docs: fix the URL regex (#1057)

The "//[host][:port][/database]" portion of the URL regex does not accurately represent the URL variations that are actually accepted.
The proposed "[//host[:port]/][database]" does.

Browse pgsql-jdbc by date

  From Date Subject
Next Message bpd0018 2018-01-08 12:19:42 [pgjdbc/pgjdbc] bb8a31: docs: fix no parameter connect string example (#10...
Previous Message bpd0018 2018-01-08 12:18:40 [pgjdbc/pgjdbc] 90535d: docs - change load.md to reflect current practice ...