diff options
Diffstat (limited to 'src/include/commands/command.h')
-rw-r--r-- | src/include/commands/command.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/commands/command.h b/src/include/commands/command.h index cf09111af47..36757b1f702 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.33 2002/03/05 05:33:29 momjian Exp $ + * $Id: command.h,v 1.34 2002/03/21 16:01:41 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -72,4 +72,9 @@ extern void AlterTableOwner(const char *relationName, const char *newOwnerName); */ extern void LockTableCommand(LockStmt *lockstmt); +/* + * SCHEMA + */ +extern void CreateSchemaCommand(CreateSchemaStmt *parsetree); + #endif /* COMMAND_H */ |