| From: | Kris Jurka <books(at)ejurka(dot)com> |
|---|---|
| To: | Dave Cramer <Dave(at)micro-automation(dot)net> |
| Cc: | Aaron Mulder <ammulder(at)alumni(dot)princeton(dot)edu>, PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>, <pgsql-patches(at)postgesql(dot)org>, <m_a_sridhar(at)yahoo(dot)com> |
| Subject: | DatabaseMetaData problems. |
| Date: | 2002-12-11 20:26:13 |
| Message-ID: | Pine.LNX.4.33.0212111521030.3390-200000@leary.csoft.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
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
| Attachment | Content-Type | Size |
|---|---|---|
| gettables.patch | text/plain | 7.0 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Cramer | 2002-12-11 21:07:50 | Re: DatabaseMetaData problems. |
| Previous Message | Kris Jurka | 2002-12-11 20:09:47 | Re: RH8/7.2.2 Test Suite Problem |