pgsql/ oc/src/sgml/catalogs.sgml rc/backend/ca ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/catalogs.sgml rc/backend/ca ...
Date: 2002-03-22 21:34:45
Message-ID: 20020322213445.61419475BB2@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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...

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-03-24 04:31:10 pgsql/ oc/src/sgml/perform.sgml oc/src/sgml/re ...
Previous Message Tom Lane 2002-03-22 20:14:44 pgsql/src/backend/catalog README