*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.1 1997/11/24 05:20:51 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.2 1997/11/24 05:32:18 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include "catalog/pg_user.h"
#include "catalog/pg_database.h"
#include "utils/syscache.h"
-#include "parser/dbcommands.h"
+#include "commands/dbcommands.h"
#include "tcop/tcopprot.h"
#include "storage/bufmgr.h"
#include "storage/lmgr.h"
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.23 1997/11/21 18:10:52 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.24 1997/11/24 05:32:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include "parse.h"
#include "utils/elog.h"
#include "parser/keywords.h"
-#include "parser/dbcommands.h" /* createdb, destroydb stop_vacuum */
-
/*
* List of (keyword-name, keyword-token-value) pairs.
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.30 1997/11/21 19:02:42 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.31 1997/11/24 05:32:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
-#include "parser/dbcommands.h"
#include "access/xact.h"
#include "access/heapam.h"
#include "catalog/catalog.h"
#include "commands/command.h"
#include "commands/copy.h"
#include "commands/creatinh.h"
+#include "commands/dbcommands.h"
#include "commands/sequence.h"
#include "commands/defrem.h"
#include "commands/rename.h"
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: dbcommands.h,v 1.5 1997/11/07 06:38:09 thomas Exp $
+ * $Id: dbcommands.h,v 1.1 1997/11/24 05:32:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/