Hi. I tested and it seems it doesn't work. Indeed, in the http://jdbc.postgresql.org/documentation/83/connect.html parameters section of the docs the "schema" property doesn't appear.
Nevertheless that wouldn't work for me, I still have to know what the requirement is but probably I have to resolve the schema on runtime, maybe by user name or something. But it seems easy to do by extending only a couple of classes. Cheers. Thomas Müller-2 wrote: > > 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 > > -- View this message in context: http://www.nabble.com/Using-diferent-database-schemas-tp16993168p17010179.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
