aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/dbcommands.h
blob: 3489b9d2792ae644d9eddc12c2efc7a462fd0175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*-------------------------------------------------------------------------
 *
 * dbcommands.h
 *
 *
 *
 * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
 * Portions Copyright (c) 1994, Regents of the University of California
 *
 * $Id: dbcommands.h,v 1.17 2001/10/25 05:49:58 momjian Exp $
 *
 *-------------------------------------------------------------------------
 */
#ifndef DBCOMMANDS_H
#define DBCOMMANDS_H

extern void createdb(const char *dbname, const char *dbpath,
		 const char *dbtemplate, int encoding);
extern void dropdb(const char *dbname);
#endif	 /* DBCOMMANDS_H */