Move renametrig() from tablecmds.c to trigger.c --- if we're going to
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 26 Apr 2002 19:29:47 +0000 (19:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 26 Apr 2002 19:29:47 +0000 (19:29 +0000)
commitc2d2ee9e390ac1f70fff7b5ee9fcce6de0eacb33
treebf6a6799cf8c837bfa4e00c8b2dae75239d72686
parent339c116125ee0b9e5a0f163730dca77c3b2ffb38
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.
src/backend/commands/tablecmds.c
src/backend/commands/trigger.c
src/backend/commands/user.c
src/include/commands/tablecmds.h
src/include/commands/trigger.h