From 994c36e01d19dece2b0c76fb781e1d08a6e1c814 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Wed, 3 Oct 2012 18:02:38 -0300 Subject: refactor ALTER some-obj SET OWNER implementation Remove duplicate implementation of catalog munging and miscellaneous privilege and consistency checks. Instead rely on already existing data in objectaddress.c to do the work. Author: KaiGai Kohei Tweaked by me Reviewed by Robert Haas --- src/include/commands/collationcmds.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include/commands/collationcmds.h') diff --git a/src/include/commands/collationcmds.h b/src/include/commands/collationcmds.h index 0587c4f3ff1..6d9db099c29 100644 --- a/src/include/commands/collationcmds.h +++ b/src/include/commands/collationcmds.h @@ -19,8 +19,6 @@ extern void DefineCollation(List *names, List *parameters); extern void RenameCollation(List *name, const char *newname); -extern void AlterCollationOwner(List *name, Oid newOwnerId); -extern void AlterCollationOwner_oid(Oid collationOid, Oid newOwnerId); extern void AlterCollationNamespace(List *name, const char *newschema); extern Oid AlterCollationNamespace_oid(Oid collOid, Oid newNspOid); -- cgit v1.2.3