File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
88 * Portions Copyright (c) 1994, Regents of the University of California
99 *
10- * $PostgreSQL: pgsql/src/include/commands/schemacmds.h,v 1.13 2006/03/05 15:58:55 momjian Exp $
10+ * $PostgreSQL: pgsql/src/include/commands/schemacmds.h,v 1.14 2006/04/09 22:01:19 tgl Exp $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
@@ -24,6 +24,6 @@ extern void RemoveSchemaById(Oid schemaOid);
2424
2525extern void RenameSchema (const char * oldname , const char * newname );
2626extern void AlterSchemaOwner (const char * name , Oid newOwnerId );
27- extern void AlterSchemaOwner_oid (const Oid schemaOid , Oid newOwnerId );
27+ extern void AlterSchemaOwner_oid (Oid schemaOid , Oid newOwnerId );
2828
2929#endif /* SCHEMACMDS_H */
You can’t perform that action at this time.
0 commit comments