pgsql/src include/commands/tablecmds.h include ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src include/commands/tablecmds.h include ...
Date: 2002-04-26 19:29:47
Message-ID: 20020426192947.50AE0475954@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/04/26 15:29:47

Modified files:
src/include/commands: tablecmds.h trigger.h
src/backend/commands: tablecmds.c trigger.c user.c

Log message:
Move renametrig() from tablecmds.c to trigger.c --- if we're going to
divide backend/commands by object type, let's try to pay at least
minimal attention to respecting that structure, eh? Also reorder the
contents of tablecmds.c; it seems odd to me to put ALTER commands before
creation/deletion commands.

Browse pgsql-committers by date

  From Date Subject
Next Message Shra 2002-04-26 19:29:55
Previous Message Bruce Momjian - CVS 2002-04-26 18:32:44 pgsql/doc TODO