Restore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction.

Robert Haas <rhaas@postgresql.org>

Commit: a40b1e0bf32b1da46c1baa9bc7da87f207cd37d8
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-01-27T13:35:34Z
Releases: 9.1.0
Restore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction.

This reverts commit a06e41deebdf74b8b5109329dc75b2e9d9057962 of 2011-01-26.
Per discussion, this behavior is not wanted, as it would need to change if
we ever made composite types support DEFAULT.

Files