Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Mon, 10 Feb 2025 16:21:59 +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: davecramer X-GitHub-Comment-Id: 2648573383 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2025-03-20T13:25:03Z X-GitHub-Issue: 3504 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3504#issuecomment-2648573383 Content-Type: text/plain; charset=utf-8 42.7.5 getCatalogs() ``` Connected to jdbc:postgresql://localhost:5432/foo catalog:contrib_regression catalog:foo catalog:postgres catalog:template1 catalog:test ``` 42.6.0 ``` Connected to jdbc:postgresql://localhost:5432/foo catalog:foo ```