Re: I must be daft, but I can't figure out what is wrong with this - Mailing list pgsql-general

From Tom Lane
Subject Re: I must be daft, but I can't figure out what is wrong with this
Date
Msg-id 5743.1114651362@sss.pgh.pa.us
Whole thread Raw
In response to I must be daft, but I can't figure out what is wrong with this  ("Dann Corbit" <DCorbit@connx.com>)
List pgsql-general
"Dann Corbit" <DCorbit@connx.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

pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: BUG #1633: about transactions and row level locking
Next
From: Bruno Wolff III
Date:
Subject: Re: Reduce size of $PGDATA for "demo cdrom"?