Hello,
I have problem with database configuration. I try to integrate my DataSource with table in PostgreSQL. Everything works fine when db has no schemas, but in my case - there are schemas.
For example I have same stucture for schemas like this:
database /schema1
/schema2
My server config right now is:
sql.PostgreSQL.driver.serverName: localhost
sql.PostgreSQL.driver.portNumber: 5432
sql.PostgreSQL.driver.databaseName: database
sql.PostgreSQL.driver.user: xx
sql.PostgreSQL.driver.password: xx
What field should I add? Or what should I do to get schema1?
Thanks for replies.
I have problem with database configuration. I try to integrate my DataSource with table in PostgreSQL. Everything works fine when db has no schemas, but in my case - there are schemas.
For example I have same stucture for schemas like this:
database /schema1
/schema2
My server config right now is:
sql.PostgreSQL.driver.serverName: localhost
sql.PostgreSQL.driver.portNumber: 5432
sql.PostgreSQL.driver.databaseName: database
sql.PostgreSQL.driver.user: xx
sql.PostgreSQL.driver.password: xx
What field should I add? Or what should I do to get schema1?
Thanks for replies.