Re: Datatype of domains not reported correctly.

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Datatype of domains not reported correctly.
Дата
Msg-id h5798d$b0j$1@ger.gmane.org
обсуждение исходный текст
Ответ на Re: Datatype of domains not reported correctly.  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Kris Jurka wrote on 03.08.2009 19:44:
> DISTINCT is the JDBC equivalent term for domains.
>
> See Chapter 16 if the JDBC4 spec.
>
> DISTINCT type - a user-defined type based on a built-in type; for
> example: CREATE TYPE MONEY AS NUMERIC(10,2) FINAL
>
> So I believe we're doing the right thing here, although our support for
> DISTINCT elsewhere is probably lacking.

Thanks for the detailed answer. I have to admit that I didn't check the JDBC spec completely.

If the specs require this, I can live with it - although I think the spec is "wrong" here ;)

Regards
Thomas

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Datatype of domains not reported correctly.
Следующее
От: Michael Schwipps
Дата:
Сообщение: float4 or real in function parameter -> PSQLException: ERROR function in_test4(double precision) does not exist