aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/rename.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/rename.h')
-rw-r--r--src/include/commands/rename.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/include/commands/rename.h b/src/include/commands/rename.h
deleted file mode 100644
index 48e1a1cbe0d..00000000000
--- a/src/include/commands/rename.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * rename.h
- *
- *
- *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
- * Portions Copyright (c) 1994, Regents of the University of California
- *
- * $Id: rename.h,v 1.16 2002/03/31 07:49:30 tgl Exp $
- *
- *-------------------------------------------------------------------------
- */
-#ifndef RENAME_H
-#define RENAME_H
-
-extern void renameatt(Oid relid,
- const char *oldattname,
- const char *newattname,
- bool recurse);
-
-extern void renamerel(Oid relid,
- const char *newrelname);
-
-#endif /* RENAME_H */