pgsql/src include/commands/tablecmds.h include ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/src include/commands/tablecmds.h include ...
Date
Msg-id 20020426192947.50AE0475954@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.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.


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/doc TODO
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/. configure.in configure