[pgjdbc/pgjdbc] bb8a31: docs: fix no parameter connect string example(#10... - Mailing list pgsql-jdbc

From bpd0018
Subject [pgjdbc/pgjdbc] bb8a31: docs: fix no parameter connect string example(#10...
Date
Msg-id 5a5361de1a18c_2abe2afb02411c0c70656@hookshot-fe-6b2eebc.cp1-iad.github.net.mail
Whole thread Raw
List pgsql-jdbc
Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: bb8a31508f3caef7532b87b50c19e092af2ec5f0
      https://github.com/pgjdbc/pgjdbc/commit/bb8a31508f3caef7532b87b50c19e092af2ec5f0
  Author: bpd0018 <bpd0018@gmail.com>
  Date:   2018-01-08 (Mon, 08 Jan 2018)

  Changed paths:
    M README.md

  Log Message:
  -----------
  docs: fix no parameter connect string example (#1056)

postgresql-42.1.4 - DriverManager.getConnection("jdbc:postgresql:/") throws org.postgresql.util.PSQLException: FATAL:
database"/" does not exist. The trailing slash is being interpreted as the database name.
DriverManager.getConnection("jdbc:postgresql:")connects to the default port on localhost using the user's name as the
database.



pgsql-jdbc by date:

Previous
From: bpd0018
Date:
Subject: [pgjdbc/pgjdbc] 6c5490: docs: fix the URL regex (#1057)
Next
From: Vladimir Sitnikov
Date:
Subject: [pgjdbc/pgjdbc] 684a69: fix: execute autosave/rollback savepoint viasimpl...