Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Mon, 28 Mar 2016 07:08:37 +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: 202273267 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2016-03-28T07:15:42Z X-GitHub-Issue: 538 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/538#issuecomment-202273267 Content-Type: text/plain; charset=utf-8 It looks like it would be fine if org.postgresql.jdbc.PgResultSetMetaData#getSchemaName delegates to org.postgresql.jdbc.PgResultSetMetaData#getBaseSchemaName. > And well as receiving a call getColumnName real column name and not the column alias That seems feasible. @arturgspb , would you like to prepare some PR to fix those issues?