Re: Custom types and JDBC

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mephysto <gennaria(at)email(dot)it>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Custom types and JDBC
Date: 2011-05-11 15:50:10
Message-ID: 28189.1305129010@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

mephysto <gennaria(at)email(dot)it> writes:
> my goal is for example: define a typeFoo (id as int, name as varchar) in
> postgres, define an object in java objFoo (id as int, name string), define a
> stored function in posgres return a typeFoo

You'd probably be better off asking about this in the pgsql-jdbc list.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2011-05-11 15:56:00 Re: Regexp match not working.. (SQL help)
Previous Message Adrian Klaver 2011-05-11 15:32:34 Re: Custom types and JDBC