a problem of the postgresql ..

From: welssen crow <darkcrow(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: a problem of the postgresql ..
Date: 1999-07-10 23:00:51
Message-ID: 3787D0A3.3768EC1D@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)wdb(dot)co(dot)kr)
Welssen K Crow (darkcrow(at)yahoo(dot)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.
-------------------------------------------------------------------

Browse pgsql-sql by date

  From Date Subject
Next Message Oleg Bartunov 1999-07-11 06:09:24 Re: [SQL] Re: [HACKERS] SELECT DISTINCT question
Previous Message Tom Lane 1999-07-10 21:18:28 Re: [HACKERS] SELECT DISTINCT question