Message-ID: From: "avinashyn (@avinashyn)" To: "pgjdbc/pgjdbc" Date: Wed, 05 Feb 2025 03:55:08 +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: 2635645461 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-2635645461 Content-Type: text/plain; charset=utf-8 Ok but in that case getCatalogs() should not return all catalogs right? It should return only foo. Isn't it? Also can you please check the same behaviour of both getCatalogs() and getSchemas() once in **postgresql-42.6.0.jar** as this version provides the schemas of "test" catalog when passed as input.