1. Is it possible to specify schema when connecting to postgres with JDBC? stackoverflow.comIs 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.comI 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 ... |