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.