Is there a schema parameter for the jdbc URL ? - Mailing list pgsql-jdbc

From Sven Hafner
Subject Is there a schema parameter for the jdbc URL ?
Date
Msg-id 4B639C25.5060501@gmx.de
Whole thread Raw
Responses Re: Is there a schema parameter for the jdbc URL ?  (Maciek Sakrejda <msakrejda@truviso.com>)
List pgsql-jdbc
Hi !

Asked the same question previously in the Glassfish forum, but I dont
get it to work. Not sure if it is a GF or postgres jdbc issue/feature.

Can I use the schema in the jdbc URL ?

My GF mailing-list question for reference:
I create a connection pool and connection pointing to a PostgreSQL DB.
Is there a way to point to a specific schema inside the DB (like a
schema parameter) ? I need to avoid a schema annotation inside the EJB
code, so I can point several instances of the same application (but
different PU pointing to different jndi jdbc resource)
to different schemes in the same postgres instance.

Glassfish V3 and PostgreSQL 8.4
postgresql-8.4-701.jdbc3.jar

Thanks for input
Sven

pgsql-jdbc by date:

Previous
From: Andrew Lindesay
Date:
Subject: Re: LIKE and ESCAPING in JDBC Select Statement
Next
From: Maciek Sakrejda
Date:
Subject: Re: Is there a schema parameter for the jdbc URL ?