Re: PostgreSQL JDBC 42.7.5 returns an unexpected catalog name - Mailing list pgsql-bugs

From Andrew Dunstan
Subject Re: PostgreSQL JDBC 42.7.5 returns an unexpected catalog name
Date
Msg-id 2f8fb04d-9e15-4cef-922a-a10ba3c2c79e@dunslane.net
Whole thread Raw
In response to PostgreSQL JDBC 42.7.5 returns an unexpected catalog name  (Vinhson Nguyen <Vinhson.Nguyen@ca.ibm.com>)
List pgsql-bugs
On 2025-03-28 Fr 2:24 PM, Vinhson Nguyen wrote:
> 1) Problem Description:
> When upgrading our application to a new PostgreSQL JDBC driver 42.7.5 (from 42.7.4), we got an expected catalog name
inthe result set returned by DatabaseMetadata.getSchemas().
 
>
> Expected catalog name:  null (42.7.4)
> Unexpected catalog name:  dbcert (42.7.5)
>
> 2) Connection Info:
> URL used:
> jdbc:postgresql://cteds721.fyre.ibm.com:54172/dbcert
>
> Driver name/Version:
> org.postgresql.Driver/postgresql-42.7.5.jar
>
> userID/pw: dbcert1/***********
>
> 3) Attachements:
> a) PG_JDBC_42_7_4.PNG:  Screenshot showing an expected catalog name (null) with driver version 42.7.4.
> b) PG_JDBC_42_7_5.PNG:  Screenshot showing an unexpected catalog name (dbcert) with driver version 42.7.5.
> c) ImportTest.java:  Java test program used in (a) and (b).
>
> If you need any additional details, please let me know.


You should probably raise this here: 
<https://github.com/pgjdbc/pgjdbc/issues>


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com




pgsql-bugs by date:

Previous
From: Tender Wang
Date:
Subject: Re: BUG #18871: Cross-partition MERGE fails with unclear internal error
Next
From: PG Bug reporting form
Date:
Subject: BUG #18872: The current OS X version is not supported