Re: pg_locks.transaction field type

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: pg_locks.transaction field type
Дата
Msg-id 430406BF.2040406@opencloud.com
обсуждение исходный текст
Ответ на Re: pg_locks.transaction field type  (Joseph Shraibman <jks@selectacast.net>)
Ответы Re: [GENERAL] pg_locks.transaction field type
Список pgsql-jdbc
Joseph Shraibman wrote:

>> The column's type is 'xid' which the driver doesn't currently handle,
>> so it gets put into the "wrap it in PGobject" bucket.
>
> Is xid a type of number?

It's an internal backend type; I'm not familiar with the details.

>> Perhaps your server should convert instances of PGobject to their
>> string representations before returning them across RMI.
>
> That's what I'll do.  Are there any other classes besides
> org.postgresql.util.PGobject that I have to worry about?

There are other classes for things like intervals and the geometric
types, but they should all be subclasses of PGobject.

-O

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

Предыдущее
От: Joseph Shraibman
Дата:
Сообщение: Re: pg_locks.transaction field type
Следующее
От: Joseph Shraibman
Дата:
Сообщение: Re: [GENERAL] pg_locks.transaction field type