Обсуждение: Reserved Word

Поиск
Список
Период
Сортировка

Reserved Word

От
"Devinder K Rajput"
Дата:

It seems that the word "create" has been made reserved in 7.3 (it wasn't in 7.0).  Is there a list shows newly added reserved words?

Devinder Rajput
Stores Division Corporate Offices
Chicago, IL
(773) 442-6474

Re: Reserved Word

От
Tom Lane
Дата:
"Devinder K Rajput" <Devinder.Rajput@ipaper.com> writes:
> It seems that the word "create" has been made reserved in 7.3 (it wasn't
> in 7.0).  Is there a list shows newly added reserved words?

Not per se, but you could compare the keyword lists near the bottom of
src/backend/parser/gram.y in the two versions.  There's also
http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/sql-keywords-appendix.html

            regards, tom lane