That's only partly true.
When a schema is created with the OWNED BY <user name> clause, the owner can be different to the creator.
If the requirement is to find the actual creator, then this is a dead end as there is no view keeping track of that.
Just in general: when accessing system views either omit the schema name completely or use "PUBLIC" instead.
- Lars