Message-ID: From: "hiro2k (@hiro2k)" To: "pgjdbc/pgjdbc" Date: Wed, 04 May 2016 18:09:47 +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: hiro2k X-GitHub-Comment-Id: 216952159 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-216952159 Content-Type: text/plain; charset=utf-8 I've had this patched into my jdbc driver for a long time and have not had any issues with it. There was some concern that column aliases would not be returned properly because that information is not sent from the db, but the base column name should be there and it's better to have those than just an empty string.