First phase of applying Rod Taylor's pg_depend patch. This just adds

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 131f801d37b77d3633c07142010d1968c09e3fd8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-07-01T15:27:56Z
Releases: 7.3.1
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.

Files