Probelm creating a table

From: Dave Smith <dave(at)candata(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Probelm creating a table
Date: 2000-08-23 17:04:34
Message-ID: 39A40422.E7D6F795@candata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candata(dot)com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mario Weilguni 2000-08-23 17:51:00 Problem with rules & ODBC
Previous Message Tom Lane 2000-08-23 16:00:15 Re: pg_class not updated correctly?