Probelm creating a table - Mailing list pgsql-general

From Dave Smith
Subject Probelm creating a table
Date
Msg-id 39A40422.E7D6F795@candata.com
Whole thread Raw
Responses Re: Probelm creating a table  (John McKown <jmckown@prodigy.net>)
Re: Probelm creating a table  (sridhvenk@yahoo.com)
List pgsql-general
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.

--
Dave Smith
Candata Systems Ltd.
(416) 493-9020
dave@candata.com

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_class not updated correctly?
Next
From: John McKown
Date:
Subject: Re: Probelm creating a table