Related to
Configuration, Database
Impact
nice to have
Missing Feature
Currently, there is no way that I can see to set which Postgres schema to use. I uses 'public' but I don't want it to use that really.
Implementation
It could simply be a configuration variable to set to specify which schema to use. Then all interaction with postgres can use that config variable, if set.
Design
No response