| From: | bpd0018 <bpd0018(at)gmail(dot)com> |
|---|---|
| To: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | [pgjdbc/pgjdbc] bb8a31: docs: fix no parameter connect string example (#10... |
| Date: | 2018-01-08 12:19:42 |
| Message-ID: | 5a5361de1a18c_2abe2afb02411c0c70656@hookshot-fe-6b2eebc.cp1-iad.github.net.mail |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: bb8a31508f3caef7532b87b50c19e092af2ec5f0
https://github.com/pgjdbc/pgjdbc/commit/bb8a31508f3caef7532b87b50c19e092af2ec5f0
Author: bpd0018 <bpd0018(at)gmail(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Vladimir Sitnikov | 2018-01-08 19:19:56 | [pgjdbc/pgjdbc] 684a69: fix: execute autosave/rollback savepoint via simpl... |
| Previous Message | bpd0018 | 2018-01-08 12:19:04 | [pgjdbc/pgjdbc] 6c5490: docs: fix the URL regex (#1057) |