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

Поиск
Список
Период
Сортировка
От Bruce Momjian - CVS
Тема pgsql/src backend/commands/command.c test/regr ...
Дата
Msg-id 200105301300.f4UD04H13957@hub.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/doc/src/sgml/ref alter_table.sgml
Следующее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...