pgsql/src backend/commands/command.c test/regr ... - Mailing list pgsql-committers

From Bruce Momjian - CVS
Subject pgsql/src backend/commands/command.c test/regr ...
Date
Msg-id 200105301300.f4UD04H13957@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/05/30 09:00:04

Modified files:
    src/backend/commands: command.c
    src/test/regress/expected: alter_table.out
    src/test/regress/sql: alter_table.sql

Log message:
    These patches should fix check constraints not inheriting
    when added by alter table add constraint.  The first file
    patches backend/commands/command.c and the latter is a patch
    to the alter table regression test.

    Stephan Szabo


pgsql-committers by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/doc/src/sgml/ref alter_table.sgml
Next
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...