pgsql/src backend/commands/command.c test/regr ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/commands/command.c test/regr ...
Date: 2001-05-30 13:00:04
Message-ID: 200105301300.f4UD04H13957@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: momjian(at)hub(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-05-30 13:01:09 pgsql/doc/src/sgml/ref alter_table.sgml
Previous Message Bruce Momjian - CVS 2001-05-30 12:58:46 pgsql/contrib/earthdistance Makefile