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 2 forks source link

Require password for "create user" #46

Closed nassibnassar closed 11 months ago

nassibnassar commented 1 year ago

Override the default behavior of "create user" to require setting the user password. Convert "create user" to a non-passthrough statement.