Message-ID: From: "avinashyn (@avinashyn)" To: "pgjdbc/pgjdbc" Date: Tue, 04 Feb 2025 16:52:26 +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: 2634537111 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-2634537111 Content-Type: text/plain; charset=utf-8 Please try in below way **Jdbc url:** jdbc:postgresql://localhost:5432/**foo** Now call **getSchemas("test")** See if you are getting schemas of "test" in the response.