"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> Came across another one of those. schemacmds.h has:
> extern void AlterSchemaOwner_oid(const Oid schemaOid, Oid newOwnerId);
> but schemacmds.c has:
> void
> AlterSchemaOwner_oid(Oid oid, Oid newOwnerId)
Got it, thanks.
regards, tom lane