pgsql/src backend/commands/creatinh.c test/reg ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/commands/creatinh.c test/reg ...
Date: 2001-03-30 20:50:37
Message-ID: 200103302050.f2UKobV43542@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/03/30 15:50:36

Modified files:
src/backend/commands: creatinh.c
src/test/regress/expected: create_table.out inherit.out

Log message:
Re-allow specification of a new default value for an inherited column
in CREATE TABLE, but give a warning notice. Clean up inconsistent
handling of defaults and NOT NULL flags from multiply-inherited columns.
Per pghackers discussion 28-Mar through 30-Mar.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-03-31 01:06:47 pgsql/doc TODO
Previous Message Bruce Momjian - CVS 2001-03-30 18:36:23 pgsql/doc TODO