]> granicus.if.org Git - postgresql/commit
Reclassify DEFAULT as a column_constraint item in the CREATE TABLE syntax.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 29 Dec 2010 02:38:05 +0000 (21:38 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 29 Dec 2010 02:38:05 +0000 (21:38 -0500)
commit31d2efaef507f280f4df895e1730a9ec8c31aa12
treeae04e12f95bc09fdaf52b3f6439cfc4e9bd35f99
parenta5f96409fd748e519d4a061d678e4552e66f0019
Reclassify DEFAULT as a column_constraint item in the CREATE TABLE syntax.

This is how it was documented originally, but several years ago somebody
decided that DEFAULT isn't a type of constraint.  Well, the grammar thinks
it is.  The documentation was wrong in two ways: it alleged that DEFAULT
had to appear before any other kind of constraint, and it alleged that you
can't prefix a DEFAULT clause with a "CONSTRAINT name" clause, when in fact
you can.  (The latter behavior probably isn't SQL-standard, but our grammar
has always allowed it.)

This patch responds to Fujii Masao's observation that the ALTER TABLE
documentation mistakenly implied that you couldn't include DEFAULT in
ALTER TABLE ADD COLUMN; though this isn't the way he proposed fixing it.
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/create_table.sgml