Move renametrig() from tablecmds.c to trigger.c --- if we're going to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7de307f96c22f36c886a09bc95bb1e23275151d3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-04-26T19:29:47Z
Releases: 7.3.1
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.

Files