diff options
Diffstat (limited to 'src/include/commands/dbcommands.h')
-rw-r--r-- | src/include/commands/dbcommands.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/include/commands/dbcommands.h b/src/include/commands/dbcommands.h deleted file mode 100644 index d0cccbda469..00000000000 --- a/src/include/commands/dbcommands.h +++ /dev/null @@ -1,23 +0,0 @@ -/*------------------------------------------------------------------------- - * - * dbcommands.h - * - * - * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group - * Portions Copyright (c) 1994, Regents of the University of California - * - * $Id: dbcommands.h,v 1.24 2002/06/20 20:29:49 momjian Exp $ - * - *------------------------------------------------------------------------- - */ -#ifndef DBCOMMANDS_H -#define DBCOMMANDS_H - -#include <nodes/parsenodes.h> - -extern void createdb(const CreatedbStmt *stmt); -extern void dropdb(const char *dbname); -extern void AlterDatabaseSet(AlterDatabaseSetStmt *stmt); - -#endif /* DBCOMMANDS_H */ |