diff options
Diffstat (limited to 'src/include/utils/temprel.h')
-rw-r--r-- | src/include/utils/temprel.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/utils/temprel.h b/src/include/utils/temprel.h index 248a6e134e0..39e5157bd4b 100644 --- a/src/include/utils/temprel.h +++ b/src/include/utils/temprel.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: temprel.h,v 1.5 1999/09/04 19:55:50 momjian Exp $ + * $Id: temprel.h,v 1.6 1999/11/16 04:14:03 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -19,6 +19,7 @@ void create_temp_relation(char *relname, HeapTuple pg_class_tuple); void remove_all_temp_relations(void); void invalidate_temp_relations(void); void remove_temp_relation(Oid relid); -char *get_temp_rel_by_name(char *user_relname); +char *get_temp_rel_by_username(char *user_relname); +char *get_temp_rel_by_physicalname(char *relname); #endif /* TEMPREL_H */ |