schema « postgresql « Java Database Q&A





1. Is it possible to specify schema when connecting to postgres with JDBC?    stackoverflow.com

Is it possible? Can i specify it on the connection URL? How to do that?

2. web application cannot see tables in new postgresql schema    stackoverflow.com

I moved some tables in my postgresql (8.2) database to a new schema. at first, my "user" could not see the tables in the new schema, but I used set search_path to ...