OSDN Git Service

Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPE
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 21 Oct 2008 08:38:16 +0000 (08:38 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 21 Oct 2008 08:38:16 +0000 (08:38 +0000)
commit1471e3843d04797ff117f84f6331b8b2e8fdd787
treee272add9a453af220026882c99586e0a722b584a
parent089ae3bc9aa21c9a7eb38d9baa8ebdc6063c37db
Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPE
alongside our traditional syntax.
doc/src/sgml/ref/alter_table.sgml
src/backend/catalog/sql_features.txt
src/backend/parser/gram.y
src/backend/parser/keywords.c
src/interfaces/ecpg/preproc/ecpg_keywords.c
src/interfaces/ecpg/preproc/preproc.y
src/interfaces/ecpg/test/expected/sql-parser.c
src/interfaces/ecpg/test/expected/sql-parser.stderr
src/interfaces/ecpg/test/sql/parser.pgc