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

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

From
bpd0018
Date:
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.