OSDN Git Service

First phase of applying Rod Taylor's pg_depend patch. This just adds
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Jul 2002 15:27:56 +0000 (15:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Jul 2002 15:27:56 +0000 (15:27 +0000)
commit131f801d37b77d3633c07142010d1968c09e3fd8
tree236b50e70f0ceb7bbc203c6c95c8b825069cb56d
parenta3ec44a5d3206a50782ac0b4c7990cf1cdaf0092
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.
13 files changed:
src/backend/commands/indexcmds.c
src/backend/commands/operatorcmds.c
src/backend/commands/tablecmds.c
src/backend/commands/typecmds.c
src/backend/commands/view.c
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/parser/gram.y
src/backend/tcop/utility.c
src/include/commands/defrem.h
src/include/commands/tablecmds.h
src/include/commands/view.h
src/include/nodes/parsenodes.h