a problem of the postgresql .. - Mailing list pgsql-sql

From welssen crow
Subject a problem of the postgresql ..
Date
Msg-id 3787D0A3.3768EC1D@yahoo.com
Whole thread Raw
List pgsql-sql
hi all..

postgresql has a problem with creating a table like following.

create table test 
(  user char[10],  group char[10],  desc  char[10]
)
do you know this transaction's result ?
that table cann't be made.
as you know , user, group, desc are a reserved keyword ..
so psql's passer thinks it that wrong.
but, the other rdbms or ordbms isn't behave like that.
i wish that the developers of psql try to fix it.! as soon as possible.
is it only my wish ??
-------------------------------------------------------------------
Kyung-Wan Kim (darkcrow@wdb.co.kr)
Welssen K Crow (darkcrow@yahoo.com)
-------------------------------------------------------------------
Web Data Bank / TEL : +82 +2 554 9676 / FAX : +82 +2 554 9677
Sukwoo Bldg 3F. 650-18 Yuksam-dong, Kangnam-gu, Seoul 135-080 Korea  
___________________________________________________________________
Definition of Windows 95:

A 32 bit upgrade to 16 bit extensions for an 8 bit operating system
designed to run on a 4 bit processor by a 2 bit company that
doesn't like 1 bit of competition. 
-------------------------------------------------------------------


pgsql-sql by date:

Previous
From: George Young
Date:
Subject: class as a table column
Next
From: Tom Lane
Date:
Subject: Re: [SQL] Oddities with NULL and GROUP BY