aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/alter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/alter.h')
-rw-r--r--src/include/commands/alter.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/commands/alter.h b/src/include/commands/alter.h
index 74d5132636c..21731685f5c 100644
--- a/src/include/commands/alter.h
+++ b/src/include/commands/alter.h
@@ -20,11 +20,11 @@
extern void ExecRenameStmt(RenameStmt *stmt);
extern void ExecAlterObjectSchemaStmt(AlterObjectSchemaStmt *stmt);
-extern void AlterObjectNamespace(Relation rel, int cacheId,
- Oid classId, Oid objid, Oid nspId,
- int Anum_name, int Anum_namespace, int Anum_owner,
- AclObjectKind acl_kind,
- bool superuser_only);
+extern Oid AlterObjectNamespace_oid(Oid classId, Oid objid, Oid nspOid);
+extern Oid AlterObjectNamespace(Relation rel, int oidCacheId, int nameCacheId,
+ Oid objid, Oid nspOid,
+ int Anum_name, int Anum_namespace, int Anum_owner,
+ AclObjectKind acl_kind);
extern void ExecAlterOwnerStmt(AlterOwnerStmt *stmt);
#endif /* ALTER_H */