aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/commands/extension.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/commands/extension.h b/src/include/commands/extension.h
index 2792c6dd49f..7b95f6d784b 100644
--- a/src/include/commands/extension.h
+++ b/src/include/commands/extension.h
@@ -46,4 +46,6 @@ extern char *get_extension_name(Oid ext_oid);
extern void AlterExtensionNamespace(List *names, const char *newschema);
+extern void AlterExtensionOwner_oid(Oid extensionOid, Oid newOwnerId);
+
#endif /* EXTENSION_H */