Probelm creating a table

Поиск
Список
Период
Сортировка
От Dave Smith
Тема Probelm creating a table
Дата
Msg-id 39A40422.E7D6F795@candata.com
обсуждение исходный текст
Ответы Re: Probelm creating a table  (John McKown <jmckown@prodigy.net>)
Re: Probelm creating a table  (sridhvenk@yahoo.com)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_class not updated correctly?
Следующее
От: John McKown
Дата:
Сообщение: Re: Probelm creating a table