Oops, wrong commit on previous. It was:

Bruce Momjian <bruce@momjian.us>

Commit: 19b31e0713a0cae74f4aaf74650d1a3b45fce396
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-04-24T02:40:45Z
Releases: 7.3.1
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>

Files

PathChange+/−
doc/src/sgml/ref/alter_table.sgml modified +2 −1