JDBCSCHEMA
Status: Beta
Brought to you by:
fsaz
La_Azada does not seem to be accepting a JDBCSCHEMA in the datasource definition. This is critical for use with database such as postgres.
For example we keep our data in a postgres database called "nextgen". But for doing case studies we keep the data in a schema called "case_study_1" and "case_study_2" etc. rather than in the default "public" schema. Azada needs to accept and respect the JDBCSCHEMA tag that mondrian uses.
I do not know postgres.
The next lines connnect to derby.
jdbc:mondrian:jdbc=jdbc:derby:/home/felix/derby/foodmart;
jdbcdrivers=org.apache.derby.jdbc.EmbeddedDriver;jdbcuser=foodmart;
jdbcpassword=foodmart;
poolneeded=false
;catalog='file:/home/felix/java/workspaces/Azada/workspace/catalogs/derby/FoodMart.xml'
What string is needed to connect to postgres?