diff options
Diffstat (limited to 'src/include/commands/rename.h')
-rw-r--r-- | src/include/commands/rename.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/commands/rename.h b/src/include/commands/rename.h index 18b6d1e2bb7..6717c47453f 100644 --- a/src/include/commands/rename.h +++ b/src/include/commands/rename.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rename.h,v 1.11 2001/10/25 05:49:58 momjian Exp $ + * $Id: rename.h,v 1.12 2001/10/28 06:26:06 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -21,4 +21,5 @@ extern void renameatt(char *relname, extern void renamerel(const char *oldrelname, const char *newrelname); + #endif /* RENAME_H */ |