Re: I must be daft, but I can't figure out what is wrong with this

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dann Corbit" <DCorbit(at)connx(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: I must be daft, but I can't figure out what is wrong with this
Date: 2005-04-28 01:22:42
Message-ID: 5743.1114651362@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2005-04-28 01:32:28 Re: BUG #1633: about transactions and row level locking
Previous Message Tzahi Fadida 2005-04-28 01:06:28 SPI cursors pinned buffer and moving to the first tuple.