Thread: reserved words on table

reserved words on table

From
pgsql-bugs@postgresql.org
Date:
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