]> granicus.if.org Git - postgresql/blobdiff - src/include/commands/dbcommands.h
has_table_privilege spawns scions has_database_privilege, has_function_privilege,
[postgresql] / src / include / commands / dbcommands.h
index d0cccbda469ad728203fb53a070316fb78fda0ca..89e3f471f7a55cc28346bc2926348c6944cc6c6d 100644 (file)
@@ -7,7 +7,7 @@
  * 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 $
+ * $Id: dbcommands.h,v 1.25 2002/08/09 16:45:16 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -20,4 +20,7 @@ extern void createdb(const CreatedbStmt *stmt);
 extern void dropdb(const char *dbname);
 extern void AlterDatabaseSet(AlterDatabaseSetStmt *stmt);
 
+extern Oid     get_database_oid(const char *dbname);
+extern Oid     get_database_owner(Oid dbid);
+
 #endif   /* DBCOMMANDS_H */