Hi,

I'm trying to set a jdbc group service [3] with the tables not stored
in the public schema.

I'm using a connection url like this:

jdbc:postgresql://localhost:5432/mydatabase?searchpath=myschema

based on this post on stackoverflow [1]

and also like this based on the docs of the jdbc driver [2]

jdbc:postgresql://localhost:5432/mydatabase?currentSchema=myschema

but the tables are always being created on the public schema.

Is possible to create them in another schema?

Thanks

[1] http://stackoverflow.com/a/5491562/930271
[2] 
https://jdbc.postgresql.org/documentation/94/connect.html#connection-parameters
[3] 
http://docs.geoserver.org/stable/en/user/webadmin/security/ugr.html#add-new-jdbc-user-group-service

-- 
Francisco Puga
iCarto | Innovación, Cooperación, Cartografía y Territorio S.L.
http://www.icarto.es/

c/ Rafael Alberti nº 13 – 1º D
15008 A Coruña
Galicia (Spain)
+34 881927808

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to