Re: table and column's comments

From: Kris Jurka <books(at)ejurka(dot)com>
To: Katalina Marcos <kmarcos(at)mazda(dot)com(dot)co>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: table and column's comments
Date: 2004-10-07 04:51:08
Message-ID: Pine.BSO.4.56.0410062346420.24194@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2004-10-07 04:52:50 Re: Postgres 8.0 + JDBC
Previous Message Katalina Marcos 2004-10-06 22:17:29 Re: table and column's comments