Fixed, in this commit message.
----------------------------
revision 1.1
date: 2004/08/05 03:50:19; author: jurka; state: Exp;
Revert ResultSetMetaData methods getColumnName, getTableName and
getSchemaName to previous implementation that returned the column's
alias if available and "" for the table and schema. Move the new
functionality to access the underlying sources of the query to a
new PGResultSetMetaData interface which offers getBaseXXXName.
Per complaints of Mike Martin.