diff options
Diffstat (limited to 'src/include/commands/typecmds.h')
-rw-r--r-- | src/include/commands/typecmds.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/commands/typecmds.h b/src/include/commands/typecmds.h index fde284efeaf..0d2e319ed44 100644 --- a/src/include/commands/typecmds.h +++ b/src/include/commands/typecmds.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: typecmds.h,v 1.4 2003/01/09 18:00:24 tgl Exp $ + * $Id: typecmds.h,v 1.5 2003/02/03 21:15:44 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -32,6 +32,8 @@ extern void AlterDomainAddConstraint(List *names, Node *constr); extern void AlterDomainDropConstraint(List *names, const char *constrName, DropBehavior behavior); +extern List *GetDomainConstraints(Oid typeOid); + extern void AlterTypeOwner(List *names, AclId newOwnerSysId); #endif /* TYPECMDS_H */ |