1/*-------------------------------------------------------------------------
4 * prototypes for schemacmds.c.
7 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
10 * src/include/commands/schemacmds.h
12 *-------------------------------------------------------------------------
22 const char *queryString,
23 int stmt_location,
int stmt_len);
29#endif /* SCHEMACMDS_H */
Oid CreateSchemaCommand(CreateSchemaStmt *stmt, const char *queryString, int stmt_location, int stmt_len)
void AlterSchemaOwner_oid(Oid schemaoid, Oid newOwnerId)
ObjectAddress AlterSchemaOwner(const char *name, Oid newOwnerId)
ObjectAddress RenameSchema(const char *oldname, const char *newname)