Oops, wrong commit on previous. It was:
authorBruce Momjian <bruce@momjian.us>
Wed, 24 Apr 2002 02:40:45 +0000 (02:40 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 24 Apr 2002 02:40:45 +0000 (02:40 +0000)
commit295ab8dd50cb63dfccdfd63d588e271f0c8cb394
treeca15fb2b0e5925c465ac138f67b0593f4e65e35f
parent24eb27201b2ab0cc148d07cc06e63139cac5ee13
Oops, wrong commit on previous.  It was:

The attached patch allows views to have default values. You can't
specify a default value within a CREATE VIEW statement, it must be
done using ALTER TABLE ... ALTER COLUMN ... SET DEFAULT after the
view has already been created. Most of the hard work was done by
Tom Lane, I just patched pg_dump and updated the documentation.

Neil Conway <neilconway@rogers.com>
doc/src/sgml/ref/alter_table.sgml