Re: CachedRowSetXImpl() and PostgreSQL

Поиск
Список
Период
Сортировка
От Poul Møller Hansen
Тема Re: CachedRowSetXImpl() and PostgreSQL
Дата
Msg-id 4512EB32.5080302@pbnet.dk
обсуждение исходный текст
Ответ на CachedRowSetXImpl() and PostgreSQL  (Poul Møller Hansen <freebsd@pbnet.dk>)
Ответы Re: CachedRowSetXImpl() and PostgreSQL
Список pgsql-jdbc
> I am having some trouble getting CachedRowSetXImpl() to work with
> postgresql-8.1-407.jdbc3.jar in
> this part of a SessionBean
>
Is this list dead ? :)

Have found a workaround.
Avoid using schema names and set the search path:

SHOW search_path
ALTER USER me SET search_path TO public,my,anotherschema


Poul


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

Предыдущее
От: Poul Møller Hansen
Дата:
Сообщение: CachedRowSetXImpl() and PostgreSQL
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: CachedRowSetXImpl() and PostgreSQL