Re: Probelm creating a table - Mailing list pgsql-general

From John McKown
Subject Re: Probelm creating a table
Date
Msg-id Pine.LNX.4.21.0008231347210.30847-100000@linux2.johnmckown.net
Whole thread Raw
In response to Probelm creating a table  (Dave Smith <dave@candata.com>)
List pgsql-general
On page 12 of the User's Guide, it states that "global" is a reserved word
which can be used as a column label, but not as an identifier. I guess
this would include a table name as an identifier.

John McKown

On Wed, 23 Aug 2000, Dave Smith wrote:

> Tried to create a table...
>
> create table global (direct_key char(2));
> Got ..
> ERROR:  parser: parse error at or near "global"
>
> A quick peruse of the docs does not show global as a reserved word in
> the CREATE TABLE syntax. Could someone explain this to me.
>
>


pgsql-general by date:

Previous
From: Dave Smith
Date:
Subject: Probelm creating a table
Next
From: "J. Atwood"
Date:
Subject: Count & Distinct