Getting views' metadata - Mailing list pgsql-jdbc

From Gaël BOUGANNE
Subject Getting views' metadata
Date
Msg-id 4A2E4D3C.6040908@univ-nantes.fr
Whole thread Raw
Responses Re: Getting views' metadata
List pgsql-jdbc
Hi,

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.

So i wonder wether it is possible to get such information or not. If it
is possible how shall i do?

Regards,

Gaël BOUGANNE

pgsql-jdbc by date:

Previous
From: Dan Evans
Date:
Subject: Re: getColumnDisplayWidth() returns 0x7fffffff for char varying
Next
From: "Albe Laurenz"
Date:
Subject: Re: [Patch] Binary Transfer v12