metadb-project / metadb

Metadb extends PostgreSQL with features to support analytics such as streaming data sources, data model transforms, and historical data
Apache License 2.0
8 stars 4 forks source link

Support creating users without creating a schema #56

Open nassibnassar opened 10 months ago

nassibnassar commented 10 months ago

Users without a schema would not be able to create tables by default.

This could be activated through a noschema option in CREATE USER.

This would also result in a need for being able to create the schema later, after the user is created. This could be activated possibly through a CREATE SCHEMA statement.