This patch fixes the following two problems:
getTables did not use the tableNamePattern argument on server versions
less than 7.3
getTables, getColumns, and getProcedures failed when running against a 7.1
server because of a different version of the pg_description system table.
Kris Jurka