You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
postgres=# CREATE USER vexim WITH PASSWORD 'CHANGE' NOCREATEDB NOCREATEUSER;
ERROR: unrecognized role option "nocreateuser"
LINE 1: ...EATE USER vexim WITH PASSWORD 'CHANGE' NOCREATEDB NOCREATEUS...
It looks like NOCREATEUSER has been deprecated. It is no longer supported in postgres v11.x
It should be removed or replaced with NOSUPERUSER which is the default.
The text was updated successfully, but these errors were encountered:
It looks like
NOCREATEUSER
has been deprecated. It is no longer supported in postgres v11.xIt should be removed or replaced with
NOSUPERUSER
which is the default.The text was updated successfully, but these errors were encountered: