pgsql/src backend/commands/indexcmds.c backend ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/src backend/commands/indexcmds.c backend ...
Date
Msg-id 20020701152757.CA717475B04@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql/src/interfaces/ecpg/preproc Tag: ecpg_bi ...
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src/test/regress GNUmakefile