postgresql/src/interfaces
Bruce Momjian 879639b5be This patch for the 7.0.2 JDBC interface addresses four issues I
encountered while getting my reporting tool up and running with the
driver. All changes are in the DatabaseMetaData class.

Problem: The getDatabaseProductVersion() method was returning "6.5.2"
Resolution: Changed it to return "7.0.2"

Problem: A call to getTables() with an unsupported table type (in the
String array) resulted in a malformed SQL statement and subsequent
parsing error
Resolution: Unsupported table types are now ignored without error

Problem: In a getTables() call, tables and views were both returned by
the "TABLE" table type, and the "VIEW" table type was unsupported
Resolution: Changed the "TABLE" type to return only physical tables and
added support for the "VIEW" table type (returning only views)

Problem: The getIdentifierQuoteString() method was returning null
Resolution: This method now returns a double-quote

Christopher Cain
2000-09-12 04:16:59 +00:00
..
cli Cleanup of <> and "" 2000-05-29 21:25:07 +00:00
ecpg Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
jdbc This patch for the 7.0.2 JDBC interface addresses four issues I 2000-09-12 04:16:59 +00:00
libpgeasy Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
libpgtcl Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
libpq Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
libpq++ Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
odbc Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
perl5 Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
python Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00