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