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

From Oliver Jowett
Subject Re: table and column's comments
Date
Msg-id 41646D82.1000902@opencloud.com
Whole thread Raw
In response to table and column's comments  ("Katalina Marcos" <kmarcos@mazda.com.co>)
Responses Re: table and column's comments
List pgsql-jdbc
Katalina Marcos wrote:

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

You can't get at the comments via the standard interface; it has no
provision for them. The label fields are apparently intended for output
formatting, not for comment display. See the discussion at:

   http://archives.postgresql.org/pgsql-jdbc/2004-07/msg00314.php
   http://archives.postgresql.org/pgsql-jdbc/2004-08/msg00008.php

If you need to get at the comments, you'll need to do a
postgresql-specific query.

-O

pgsql-jdbc by date:

Previous
From: "Katalina Marcos"
Date:
Subject: table and column's comments
Next
From: Kris Jurka
Date:
Subject: Re: Translation updates: errors_ru.properties