Message-ID: From: "avinashyn (@avinashyn)" To: "pgjdbc/pgjdbc" Date: Thu, 20 Mar 2025 13:42:12 +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: 2740500774 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-2740500774 Content-Type: text/plain; charset=utf-8 Yes @vlsi - expectation is that getCatalogs() should return only the one passed in JDBC URL. While constructing the JDBC url, we are passing the "foo" catalog but while retrieving we are fetching other catalogs also. Seems incorrect to me.