diff options
Diffstat (limited to 'src/include/commands/defrem.h')
-rw-r--r-- | src/include/commands/defrem.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h index 9f9dd63ab42..629a2e0a6a1 100644 --- a/src/include/commands/defrem.h +++ b/src/include/commands/defrem.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: defrem.h,v 1.48 2002/12/06 03:43:28 momjian Exp $ + * $Id: defrem.h,v 1.49 2002/12/06 05:00:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -52,14 +52,6 @@ extern void RemoveOperatorById(Oid operOid); extern void DefineAggregate(List *names, List *parameters); extern void RemoveAggregate(RemoveAggrStmt *stmt); -/* commands/typecmds.c */ -extern void DefineType(List *names, List *parameters); -extern void RemoveType(List *names, DropBehavior behavior); -extern void RemoveTypeById(Oid typeOid); -extern void DefineDomain(CreateDomainStmt *stmt); -extern void RemoveDomain(List *names, DropBehavior behavior); -extern Oid DefineCompositeType(const RangeVar *typevar, List *coldeflist); - /* commands/opclasscmds.c */ extern void DefineOpClass(CreateOpClassStmt *stmt); extern void RemoveOpClass(RemoveOpClassStmt *stmt); |