pgsql/src backend/commands/tablecmds.c backend ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/commands/tablecmds.c backend ...
Date: 2002-04-24 02:48:55
Message-ID: 20020424024855.546E3475864@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/04/23 22:48:55

Modified files:
src/backend/commands: tablecmds.c
src/backend/nodes: copyfuncs.c equalfuncs.c
src/backend/parser: gram.y
src/backend/tcop: utility.c
src/include/commands: tablecmds.h
src/include/nodes: parsenodes.h

Log message:
Attached is a patch for ALTER TRIGGER RENAME per the above thread. I
left a stub for a future "ALTER RULE RENAME" but did not write that one
yet. Bruce, if you want to add my name for for that I'll take it and do
it later.

Joe Conway

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-04-24 02:49:50 pgsql/doc/src/sgml reference.sgml ref/allfiles ...
Previous Message Bruce Momjian - CVS 2002-04-24 02:47:23 pgsql/src/test/regress expected/alter_table.ou ...