Estoy conectado con una cuenta de superusuario y este es el proceso que estoy haciendo:
1-> CREATE ROLE test WITH IN ROLE testroles PASSWORD 'testpasswd'
2-> CREATE SCHEMA AUTHORIZATION test
El rol se creó correctamente pero recibo este error al intentar crear el esquema:
ERROR: must be member of role "test"
¡Gracias por adelantado!