Re: User Defined Types in Java

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: User Defined Types in Java
Дата
Msg-id 687.1139495096@sss.pgh.pa.us
обсуждение исходный текст
Ответ на User Defined Types in Java  (Thomas Hallgren <thomas@tada.se>)
Ответы Re: User Defined Types in Java  (Thomas Hallgren <thomas@tada.se>)
Список pgsql-hackers
Thomas Hallgren <thomas@tada.se> writes:
> I'd like to enable UDT's written in Java

Does Java really give you enough control over the bit-level
representation of an object for this goal to be considered sane?

In particular, it seems unsafe to use a Java class as a PG UDT,
because the method pointers wouldn't remain the same across
backend runs.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Schema search for default operator classes (was: [ADMIN] Cross schema Primary Key Indexes problem with datatype in the public schema)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: User Defined Types in Java