diff options
Diffstat (limited to 'src/include/commands/conversioncmds.h')
-rw-r--r-- | src/include/commands/conversioncmds.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/conversioncmds.h b/src/include/commands/conversioncmds.h index 47224831aad..b64b361d27a 100644 --- a/src/include/commands/conversioncmds.h +++ b/src/include/commands/conversioncmds.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/conversioncmds.h,v 1.9 2004/12/31 22:03:28 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/commands/conversioncmds.h,v 1.10 2005/06/28 05:09:12 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -20,6 +20,6 @@ extern void CreateConversionCommand(CreateConversionStmt *parsetree); extern void DropConversionCommand(List *conversion_name, DropBehavior behavior); extern void RenameConversion(List *name, const char *newname); -extern void AlterConversionOwner(List *name, AclId newOwnerSysId); +extern void AlterConversionOwner(List *name, Oid newOwnerId); #endif /* CONVERSIONCMDS_H */ |