]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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)
commit7de307f96c22f36c886a09bc95bb1e23275151d3
tree6b320dc096294e4c270e4881e6d2820be63aba65
parente90dbd27b1efbe1d1fdb373eeccb43303f256256
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