We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta894a83 commit8486921Copy full SHA for 8486921
src/include/commands/schemacmds.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $PostgreSQL: pgsql/src/include/commands/schemacmds.h,v 1.13 2006/03/05 15:58:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/schemacmds.h,v 1.14 2006/04/09 22:01:19 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -24,6 +24,6 @@ extern void RemoveSchemaById(Oid schemaOid);
24
25
externvoidRenameSchema(constchar*oldname,constchar*newname);
26
externvoidAlterSchemaOwner(constchar*name,OidnewOwnerId);
27
-externvoidAlterSchemaOwner_oid(constOidschemaOid,OidnewOwnerId);
+externvoidAlterSchemaOwner_oid(OidschemaOid,OidnewOwnerId);
28
29
#endif/* SCHEMACMDS_H */