Thread: CREATE SCHEMA AUTHORIZATION joe;

CREATE SCHEMA AUTHORIZATION joe;

From
PG Doc comments form
Date:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/sql-createschema.html
Description:

CREATE SCHEMA AUTHORIZATION joe;
the role joe must created first,than create schema authorization will
succeed