[pgjdbc/pgjdbc] 6c5490: docs: fix the URL regex (#1057) - Mailing list pgsql-jdbc

From bpd0018
Subject [pgjdbc/pgjdbc] 6c5490: docs: fix the URL regex (#1057)
Date
Msg-id 5a5361b8e5a09_aa32af0c6c07c04102647@hookshot-fe-7191cb1.cp1-iad.github.net.mail
Whole thread Raw
List pgsql-jdbc
Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 6c5490f90da434f37abd0be0f7bbdc38169ec33f
      https://github.com/pgjdbc/pgjdbc/commit/6c5490f90da434f37abd0be0f7bbdc38169ec33f
  Author: bpd0018 <bpd0018@gmail.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
actuallyaccepted.
 
The proposed "[//host[:port]/][database]" does.



pgsql-jdbc by date:

Previous
From: bpd0018
Date:
Subject: [pgjdbc/pgjdbc] 90535d: docs - change load.md to reflect currentpractice ...
Next
From: bpd0018
Date:
Subject: [pgjdbc/pgjdbc] bb8a31: docs: fix no parameter connect string example(#10...