CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/03/22 16:34:44
Modified files:
doc/src/sgml : catalogs.sgml
src/backend/catalog: Makefile indexing.c
src/backend/commands: command.c
src/backend/utils/cache: syscache.c
src/include/catalog: catalog.h catname.h catversion.h indexing.h
src/include/utils: syscache.h
src/test/regress/expected: sanity_check.out
Added files:
src/backend/catalog: pg_namespace.c
src/include/catalog: pg_namespace.h
Log message:
Create the pg_namespace system catalog. Doesn't do much yet, but it's
there and CREATE SCHEMA will make entries in it...