reserved words on table - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject reserved words on table
Date
Msg-id 200108131332.f7DDWUI28579@hub.org
Whole thread Raw
List pgsql-bugs
Erol Ozcan (erol@infotron.com.tr) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
reserved words on table

Long Description
I think that Postgresql should not allowed the create a table with reserved word. It could be caused to syntax error
whenqueryin on it if user forget use it as "table_name". 

Sample Code
INSERT INTO order ( ord_status ) VALUES( 0 )

No file was uploaded with this report

pgsql-bugs by date:

Previous
From: Win Bausch
Date:
Subject: ecpg 2.8.0: at problem
Next
From:
Date:
Subject: Odpověď: Re: backend don't use index whenquerying by indexed column