diff options
Diffstat (limited to 'src/include/commands/command.h')
-rw-r--r-- | src/include/commands/command.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/command.h b/src/include/commands/command.h index ef9aa86ee9..4531b90d7c 100644 --- a/src/include/commands/command.h +++ b/src/include/commands/command.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: command.h,v 1.30 2001/10/28 06:26:06 momjian Exp $ + * $Id: command.h,v 1.31 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -72,4 +72,4 @@ extern void AlterTableOwner(const char *relationName, const char *newOwnerName); */ extern void LockTableCommand(LockStmt *lockstmt); -#endif /* COMMAND_H */ +#endif /* COMMAND_H */ |