Re: Getting views' metadata - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Getting views' metadata
Date
Msg-id alpine.BSO.2.00.0906101852170.24632@leary.csoft.net
Whole thread Raw
In response to Getting views' metadata  (Gaël BOUGANNE <gael.bouganne@univ-nantes.fr>)
List pgsql-jdbc

On Tue, 9 Jun 2009, Ga?l BOUGANNE wrote:

> i'm trying to retrieve complete metadata of my pgsql 8.3 database using
> JDBC. But i got a problem getting the columns informations of views. I
> succesfully get the view names using 'getTables(...)' method, but when
> calling 'getColumns(...)' for a given view, the returned ResultSet is
> empty.

It certainly works for me (as attached).  If you can produce a similar
counterexample which doesn't work, I'll certainly try and figure out
what's wrong.

Kris Jurka

Attachment

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Random crashes on getConnection
Next
From: Achilleas Mantzios
Date:
Subject: Re: R: Re: Applet & SSL