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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/commands/indexcmds.c backend ...
Date: 2002-07-01 15:27:57
Message-ID: 20020701152757.CA717475B04@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-07-02 04:53:52 pgsql/src/test/regress GNUmakefile
Previous Message Michael Meskes 2002-07-01 15:01:38 pgsql/src/interfaces/ecpg/preproc Tag: ecpg_bi ...