Re: CachedRowSetXImpl() and PostgreSQL - Mailing list pgsql-jdbc

From Poul Møller Hansen
Subject Re: CachedRowSetXImpl() and PostgreSQL
Date
Msg-id 4512EB32.5080302@pbnet.dk
Whole thread Raw
In response to CachedRowSetXImpl() and PostgreSQL  (Poul Møller Hansen <freebsd@pbnet.dk>)
Responses Re: CachedRowSetXImpl() and PostgreSQL  (Markus Schaber <schabi@logix-tt.com>)
List 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 by date:

Previous
From: Poul Møller Hansen
Date:
Subject: CachedRowSetXImpl() and PostgreSQL
Next
From: Markus Schaber
Date:
Subject: Re: CachedRowSetXImpl() and PostgreSQL