Message-ID: From: "prrvchr (@prrvchr)" To: "pgjdbc/pgjdbc" Date: Tue, 05 Aug 2025 20:20:13 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #538: Why getSchemaName return empty string or exists getBaseSchemaName and getColumnName return getColumnLabel? In-Reply-To: References: List-Id: X-GitHub-Author-Login: prrvchr X-GitHub-Comment-Id: 3156515215 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2025-08-05T20:24:33Z X-GitHub-Issue: 538 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/538#issuecomment-3156515215 Content-Type: text/plain; charset=utf-8 > Seems this is not that difficult. If it's that simple, I think it's worth implementing. All of this is nothing compared to the code needed to parse queries and complete the missing metadata for a ResultSet. > One question though. Do we want to return `public` or just leave it empty ? What are the cases where we cannot find the schema?