mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
User and database-specific session defaults for run-time configuration
variables. New commands ALTER DATABASE ... SET and ALTER USER ... SET.
This commit is contained in:
@ -7,16 +7,19 @@
|
||||
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: dbcommands.h,v 1.20 2002/02/24 20:20:21 tgl Exp $
|
||||
* $Id: dbcommands.h,v 1.21 2002/03/01 22:45:17 petere Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef DBCOMMANDS_H
|
||||
#define DBCOMMANDS_H
|
||||
|
||||
#include <nodes/parsenodes.h>
|
||||
|
||||
extern void createdb(const char *dbname, const char *dbowner,
|
||||
const char *dbpath, const char *dbtemplate,
|
||||
int encoding);
|
||||
extern void dropdb(const char *dbname);
|
||||
extern void AlterDatabaseSet(AlterDatabaseSetStmt *stmt);
|
||||
|
||||
#endif /* DBCOMMANDS_H */
|
||||
|
Reference in New Issue
Block a user