diff options
Diffstat (limited to 'src/include/catalog/namespace.h')
-rw-r--r-- | src/include/catalog/namespace.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/catalog/namespace.h b/src/include/catalog/namespace.h index cbe65a07f55..f6f359813cd 100644 --- a/src/include/catalog/namespace.h +++ b/src/include/catalog/namespace.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: namespace.h,v 1.1 2002/03/26 19:16:28 tgl Exp $ + * $Id: namespace.h,v 1.2 2002/03/29 19:06:18 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -23,4 +23,8 @@ extern Oid RangeVarGetCreationNamespace(const RangeVar *newRelation); extern Oid RelnameGetRelid(const char *relname); +extern Oid QualifiedNameGetCreationNamespace(List *names, char **objname_p); + +extern RangeVar *makeRangeVarFromNameList(List *names); + #endif /* NAMESPACE_H */ |