postgresql/src/backend/utils/cache
Tom Lane 1dbf8aa7a8 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.
2002-03-26 19:17:02 +00:00
..
catcache.c pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +00:00
fcache.c Privileges on functions and procedural languages 2002-02-18 23:11:58 +00:00
inval.c Catcaches can now store negative entries as well as positive ones, to 2002-03-03 17:47:56 +00:00
lsyscache.c pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +00:00
Makefile Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 2001-10-06 23:21:45 +00:00
relcache.c pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +00:00
syscache.c pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +00:00
temprel.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00