diff options
Diffstat (limited to 'src/include/commands/alter.h')
-rw-r--r-- | src/include/commands/alter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/alter.h b/src/include/commands/alter.h index e3b59af1afd..68240e852d2 100644 --- a/src/include/commands/alter.h +++ b/src/include/commands/alter.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: alter.h,v 1.1 2003/06/27 14:45:31 petere Exp $ + * $Id: alter.h,v 1.2 2003/08/04 00:43:30 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -18,4 +18,4 @@ extern void ExecRenameStmt(RenameStmt *stmt); -#endif /* ALTER_H */ +#endif /* ALTER_H */ |