Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Tue, 05 Aug 2025 15:04:00 +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: vlsi X-GitHub-Comment-Id: 3155594042 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 538 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/538#issuecomment-3155594042 Content-Type: text/plain; charset=utf-8 Should we rather infer the schema name like Lukas suggested in https://github.com/pgjdbc/pgjdbc/issues/538#issuecomment-1346193264? Sure think we should not try parsing SQL to infer the table names. However, I think we should retrieve the schema name along with the table name if we can do that.