Message-ID: From: "MalloD12 (@MalloD12)" To: "pgjdbc/pgjdbc" Date: Thu, 13 Feb 2025 18:53:11 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3505: Metadata queries are much slower after update to 24.7.5 In-Reply-To: References: List-Id: X-GitHub-Author-Login: MalloD12 X-GitHub-Comment-Id: 2657462914 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3505 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3505#issuecomment-2657462914 Content-Type: text/plain; charset=utf-8 Hi @davecramer, I missed your last response here. We could have someone specify a URL like this `jdbc:postgresql://localhost:5438/TEST` in their liquibase properties. What we have been doing so far is lowercase the specified catalog name, but considering the latest changes made to the Metadata we will have to update this. Thanks, Daniel.