BUG #14224: JDBC driver ignores database name on URL

From: vera(dot)mickael(at)free(dot)fr
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14224: JDBC driver ignores database name on URL
Date: 2016-07-03 15:01:04
Message-ID: 20160703150104.1404.95723@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14224
Logged by: Mickaël VERA
Email address: vera(dot)mickael(at)free(dot)fr
PostgreSQL version: 9.4.0
Operating system: windows 7
Description:

I created a datasource in the wildfly 10 server with this URL:

jdbc:postgresql://localhost:5432/runtimedb

but the application accesses this database:

jdbc:postgresql://localhost:5432/postgres

I could use the the URL

jdbc:postgresql://localhost:5432/ABC

"ABC" is ignored.

Browse pgsql-bugs by date

  From Date Subject
Next Message meetharshu 2016-07-04 04:41:12 BUG #14225: Password reset does not work.
Previous Message Andres Freund 2016-07-01 21:38:07 Re: BUG #14223: stuck spinlock detected at bufmgr.c:1440