reserved words on table

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема reserved words on table
Дата
Msg-id 200108131332.f7DDWUI28579@hub.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Win Bausch
Дата:
Сообщение: ecpg 2.8.0: at problem
Следующее
От:
Дата:
Сообщение: Odpověď: Re: backend don't use index whenquerying by indexed column