The PostgreSQl 9.3 JDBC driver fails to find foreign tables

From: plalg <plalg(at)hotmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: The PostgreSQl 9.3 JDBC driver fails to find foreign tables
Date: 2013-12-04 00:11:02
Message-ID: 1386115862077-5781549.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

The metadata class for 9.3 JDBC driver is unable to find foreign tables, the
9.2 is working good.

I am using metadata.getTables(catalog, schemaPattern, tableNamePattern,
tableTypes), and the table type does have "FOREIGN TABLE" in the list.

Is anyone else seeing this?

--
View this message in context: http://postgresql.1045698.n5.nabble.com/The-PostgreSQl-9-3-JDBC-driver-fails-to-find-foreign-tables-tp5781549.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message plalg 2013-12-04 04:44:41 Re: The PostgreSQl 9.3 JDBC driver fails to find foreign tables
Previous Message David Johnston 2013-11-27 16:13:46 Re: JDBC & custom type of variable types (!)