Обсуждение: pgsql/src/backend/commands creatinh.c

Поиск
Список
Период
Сортировка

pgsql/src/backend/commands creatinh.c

От
Tom Lane
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/04/02 14:30:49

Modified files:
    src/backend/commands: creatinh.c

Log message:
    Complain if the same column name is inherited from multiple parents
    with different default values, unless the child table redeclares the
    column with an explicit default.  This was judged to be the approach
    least likely to cause unpleasant surprises.