Re: Custom types and JDBC

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Custom types and JDBC
Дата
Msg-id 201105110733.59311.adrian.klaver@gmail.com
обсуждение исходный текст
Ответ на Re: Custom types and JDBC  (mephysto <gennaria@email.it>)
Ответы Re: Custom types and JDBC
Список 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.klaver@gmail.com

В списке pgsql-general по дате отправления:

Предыдущее
От: mephysto
Дата:
Сообщение: Re: Custom types and JDBC
Следующее
От: Seb
Дата:
Сообщение: Re: temporarily disabling foreign keys