]> granicus.if.org Git - postgresql/commit
Create the pg_namespace system catalog. Doesn't do much yet, but it's
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 22 Mar 2002 21:34:44 +0000 (21:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 22 Mar 2002 21:34:44 +0000 (21:34 +0000)
commita25b94c080a644a66983bbcf82a4e358aa47b7df
treec95562da0fe5569e9cd3ee204718912392fbbb0c
parent48c916490179e4a1db93e0924a72c3e4f1f00e55
Create the pg_namespace system catalog.  Doesn't do much yet, but it's
there and CREATE SCHEMA will make entries in it...
13 files changed:
doc/src/sgml/catalogs.sgml
src/backend/catalog/Makefile
src/backend/catalog/indexing.c
src/backend/catalog/pg_namespace.c [new file with mode: 0644]
src/backend/commands/command.c
src/backend/utils/cache/syscache.c
src/include/catalog/catalog.h
src/include/catalog/catname.h
src/include/catalog/catversion.h
src/include/catalog/indexing.h
src/include/catalog/pg_namespace.h [new file with mode: 0644]
src/include/utils/syscache.h
src/test/regress/expected/sanity_check.out