]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Simplify parsing of column constraints by treating constraint attributes
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 1 Mar 2000 05:18:20 +0000 (05:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 1 Mar 2000 05:18:20 +0000 (05:18 +0000)
commitab3dc6642632c83bc2132e4f0a0ed392668919ff
treec71924d4cc21c8d6c4fcd83229b0174b374ae8b6
parentea8cadbf94480f7d3bbce9d4dbd2f361a8bcbe5d
Simplify parsing of column constraints by treating constraint attributes
as independent clauses in the grammar.  analyze.c takes care of putting
the data where it belongs and complaining about invalid combinations.
Also, make TEMP (and TEMPORARY) non-reserved words.
src/backend/parser/analyze.c
src/backend/parser/gram.y
src/include/nodes/parsenodes.h