Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Tue, 04 Feb 2025 17:47:44 +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: 2634663190 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-2634663190 Content-Type: text/plain; charset=utf-8 ``` Connected to jdbc:postgresql://localhost:5432/foo, setting catalog: test schema:blah schema:information_schema schema:pg_catalog schema:public ``` These are the correct schemas for foo. You can't change to the catalog test in postgres since that would be making a new connection.