Re: table and column's comments - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: table and column's comments
Date
Msg-id Pine.BSO.4.56.0410062346420.24194@leary.csoft.net
Whole thread Raw
In response to table and column's comments  ("Katalina Marcos" <kmarcos@mazda.com.co>)
List pgsql-jdbc

On Wed, 6 Oct 2004, Katalina Marcos wrote:

> I want to ask you if I can retrieve table's comment and column's comments
> whit ResultSetMetaData in pgjdbc.

Not with ResultSetMetaData, but with DatabaseMetaData you can.
Both getTables and getColumns have REMARKS columns.

Kris Jurka

pgsql-jdbc by date:

Previous
From: "Katalina Marcos"
Date:
Subject: Re: table and column's comments
Next
From: "Johann Robette"
Date:
Subject: Problem with boolean type