Hi,
For PostgreSQL, I believe you can specify the schema in the connection
URL as in:
jdbc:postgresql://localhost:5432/test?schema=myschema
This should solve the problem.
Regards,
Thomas
On Thu, May 1, 2008 at 10:21 AM, amsmota <
amsmota@...> wrote:
>
> Hi again.
>
> We are using a postgresql db with JackRabbit and I noticed that all the
> tables are created on the "public" database schema. Now we have a
> requirement to use different schemas in the same database.
>
> What will be the better way to handle this? Use different schema.ddl? Extend
> SimpleDbPersistenceManager?
>
> Cheers.
> --
> View this message in context:
http://www.nabble.com/Using-diferent-database-schemas-tp16993168p16993168.html> Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
>
>