Message-ID: From: "avinashyn (@avinashyn)" To: "pgjdbc/pgjdbc" Date: Mon, 10 Feb 2025 17:16:47 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3504: Wrong schemas fetched for a given catalog as input In-Reply-To: References: List-Id: X-GitHub-Author-Login: avinashyn X-GitHub-Comment-Id: 2648722774 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3504 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3504#issuecomment-2648722774 Content-Type: text/plain; charset=utf-8 Exactly. This is what I was pointing to. 42.7.5 gives me all catalogs even though I have given "foo" in JDBC url where as 42.6 gives me only "foo" which in my opinion is the right behaviour. So is this a bug in 42.7 ?