Re: Custom types and JDBC - Mailing list pgsql-general

From Tom Lane
Subject Re: Custom types and JDBC
Date
Msg-id 28189.1305129010@sss.pgh.pa.us
Whole thread Raw
In response to Re: Custom types and JDBC  (mephysto <gennaria@email.it>)
List pgsql-general
mephysto <gennaria@email.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

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Custom types and JDBC
Next
From: Tom Lane
Date:
Subject: Re: Regexp match not working.. (SQL help)