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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Restore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction.
Date: 2011-01-27 13:45:23
Message-ID: E1PiSA7-0006lZ-W9@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=a40b1e0bf32b1da46c1baa9bc7da87f207cd37d8

Modified Files
--------------
src/backend/commands/tablecmds.c | 8 +++-----
src/test/regress/expected/rowtypes.out | 9 +++------
src/test/regress/sql/rowtypes.sql | 8 ++------
3 files changed, 8 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-01-27 17:07:00 pgsql: Update non-durable docs about non-synchronous-commit allowing
Previous Message Bruce Momjian 2011-01-27 00:55:12 pgsql: Restructure streaming docs so streaming seems more integrated in