From 7de307f96c22f36c886a09bc95bb1e23275151d3 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 26 Apr 2002 19:29:47 +0000 Subject: 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/include/commands/tablecmds.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/include/commands/tablecmds.h') diff --git a/src/include/commands/tablecmds.h b/src/include/commands/tablecmds.h index f3dfcd6b9b1..1ce35eb1648 100644 --- a/src/include/commands/tablecmds.h +++ b/src/include/commands/tablecmds.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tablecmds.h,v 1.2 2002/04/24 02:48:55 momjian Exp $ + * $Id: tablecmds.h,v 1.3 2002/04/26 19:29:47 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -61,8 +61,4 @@ extern void renameatt(Oid relid, extern void renamerel(Oid relid, const char *newrelname); -extern void renametrig(Oid relid, - const char *oldname, - const char *newname); - #endif /* TABLECMDS_H */ -- cgit v1.2.3