In developing the deployment recipe, I tried to give smd a dedicated schema within a postgres instance rather than running it in the main schema and it failed because of the way it assumes that it can mange system tables. I couldn't figure out why it needed access to system tables, but we should be able to run smd in a shared database instance without access to system tables
In developing the deployment recipe, I tried to give smd a dedicated schema within a postgres instance rather than running it in the main schema and it failed because of the way it assumes that it can mange system tables. I couldn't figure out why it needed access to system tables, but we should be able to run smd in a shared database instance without access to system tables