pgsql/src backend/commands/indexcmds.c backend ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql/src backend/commands/indexcmds.c backend ...
Дата
Msg-id 20020701152757.CA717475B04@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/07/01 11:27:57

Modified files:
    src/backend/commands: indexcmds.c operatorcmds.c tablecmds.c
                          typecmds.c view.c
    src/backend/nodes: copyfuncs.c equalfuncs.c
    src/backend/parser: gram.y
    src/backend/tcop: utility.c
    src/include/commands: defrem.h tablecmds.h view.h
    src/include/nodes: parsenodes.h

Log message:
    First phase of applying Rod Taylor's pg_depend patch.  This just adds
    RESTRICT/CASCADE syntax to the DROP commands that need it, and propagates
    the behavioral option through the parser to the routines that execute
    drops.  Doesn't do anything useful yet, but I figured I'd commit these
    changes so I could get out of the parser area while working on the rest.




В списке pgsql-committers по дате отправления:

Предыдущее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql/src/interfaces/ecpg/preproc Tag: ecpg_bi ...
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/src/test/regress GNUmakefile