-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
From https://www.postgresql.org/docs/9.5/static/sql-createrole.html
CREATEUSER
NOCREATEUSER
These clauses are an obsolete, but still accepted, spelling of SUPERUSER and NOSUPERUSER. Note that they are not equivalent to CREATEROLE as one might naively expect!
These flags were removed in postgres 9.6, so InitDb should be updated to use NOSUPERUSER