"Dann Corbit" <DCorbit(at)connx(dot)com> writes:
> schema_test=> CREATE SCHEMA INFORMATION_SCHEMA AUTHORIZATION
> INFORMATION_SCHEMA ;
> ERROR: parser: parse error at or near "authorization"
> schema_test=>
Judging by the spelling of the error message, you're trying to do this
in a pre-7.3 PG. We didn't have schemas back then.
regards, tom lane