CREATE SCHEMA AUTHORIZATION joe;

Started by PG Bug reporting formabout 7 years ago1 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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