From 1dbf8aa7a8159875bb46f6ee6ab0116eee76869b Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 26 Mar 2002 19:17:02 +0000 Subject: pg_class has a relnamespace column. You can create and access tables in schemas other than the system namespace; however, there's no search path yet, and not all operations work yet on tables outside the system namespace. --- src/include/utils/syscache.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/utils/syscache.h') diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h index 45de795c9c8..49af9690758 100644 --- a/src/include/utils/syscache.h +++ b/src/include/utils/syscache.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: syscache.h,v 1.39 2002/03/22 21:34:44 tgl Exp $ + * $Id: syscache.h,v 1.40 2002/03/26 19:16:59 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -51,7 +51,7 @@ #define OPEROID 20 #define PROCNAME 21 #define PROCOID 22 -#define RELNAME 23 +#define RELNAMENSP 23 #define RELOID 24 #define RULENAME 25 #define SHADOWNAME 26 -- cgit v1.2.3