Support for 9.1 foreign tables - Mailing list pgsql-jdbc

From Thomas Kellerer
Subject Support for 9.1 foreign tables
Date
Msg-id iq3b43$e7g$1@dough.gmane.org
Whole thread Raw
Responses Re: Support for 9.1 foreign tables  (Kris Jurka <books@ejurka.com>)
Re: Support for 9.1 foreign tables  (Thomas Kellerer <spam_eater@gmx.net>)
List pgsql-jdbc
Hi,

I just tried out the 9.1 driver (build 900) and noticed that it does not yet return the correct type for foreign
tables.

I have created a foreign table using the wrapper for text files (using the example here:
http://www.depesz.com/index.php/2011/03/14/waiting-for-9-1-foreign-data-wrapper/comment-page-1/#comment-33414),and when
usingDatabaseMetaData.getTables() the returned type for that table is null. I assume that should contain "foreign
table"to be inline with psql's display. 

The same is true for DatabaseMetaData.getTableTypes()

I just wanted to mention it, to make sure that it's not forgotten ;)

Regards
Thomas

pgsql-jdbc by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: JDBC specific Buildfarm member
Next
From: Kris Jurka
Date:
Subject: Re: Support for 9.1 foreign tables