By default, the SELinux boolean postgresql_selinux_users_ddl
is enabled.
If this setting is disabled, it should be enabled as it allows Database Administrators to
execute Data Definition Language (DDL) statements.
To enable the postgresql_selinux_users_ddl
SELinux boolean, run the following command:
$ sudo setsebool -P postgresql_selinux_users_ddl on