mirror of
https://github.com/postgres/postgres.git
synced 2025-10-15 05:46:52 +03:00
Rename several destroy* functions/tags to drop*.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: dbcommands.h,v 1.10 1999/07/15 15:21:01 momjian Exp $
|
||||
* $Id: dbcommands.h,v 1.11 1999/12/10 03:56:06 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -23,6 +23,6 @@
|
||||
#define SIGKILLDAEMON1 SIGTERM
|
||||
|
||||
extern void createdb(char *dbname, char *dbpath, int encoding, CommandDest);
|
||||
extern void destroydb(char *dbname, CommandDest);
|
||||
extern void dropdb(char *dbname, CommandDest);
|
||||
|
||||
#endif /* DBCOMMANDS_H */
|
||||
|
Reference in New Issue
Block a user