Re: Custom types and JDBC

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: mephysto <gennaria(at)email(dot)it>
Subject: Re: Custom types and JDBC
Date: 2011-05-11 14:33:58
Message-ID: 201105110733.59311.adrian.klaver@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday, May 11, 2011 7:07:25 am mephysto wrote:
> This is the point!
>
> I would to know if an alternative of resultset exist to retrieve custom
> data types from postgres by jdbc.
>
> I explained me?

Not sure:) The information is in the server and the JDBC driver is external to
the server, so a query is involved. If I understand what you want is a query
that fetches the data types available in a server directly from the server
without parsing the results of arbitrary queries. Not sure exactly what
information you are looking for, but the system catalog pg_type might be a
start.

>
> --

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message galy lee 2011-05-11 14:37:39 PostgreSQL conference China 2011 Announced!
Previous Message Stanislav Raskin 2011-05-11 14:29:42 Re: full text search to_tsquery performance with ispell dictionary