Re: [BUGS] jdbc driver return wrong medata values

2005-04-15 Thread Kris Jurka
On Thu, 14 Apr 2005, Xavier Maysonnave wrote: > postgresql-8.0-311.jdbc3.jar > > While analysing the index structures of a metadata table with the > following statement : > > ResultSet parts = dbMeta.getIndexInfo("aCatalog", "aMetaSchema", > "aTable", false, false); > ... > if (parts != null

[BUGS] jdbc driver return wrong medata values

2005-04-15 Thread Xavier Maysonnave
Hi, Environment : Windows XP SP2 Postgres 8.0 JDK 1.5.0_02 postgresql-8.0-311.jdbc3.jar While analysing the index structures of a metadata table with the following statement : ResultSet parts = dbMeta.getIndexInfo("aCatalog", "aMetaSchema", "aTable", false, false); ... if (parts != null) { tr