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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/catalogs.sgml rc/backend/ac ...
Date: 2002-03-26 19:17:05
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/03/26 14:17:04

Modified files:
doc/src/sgml : catalogs.sgml
src/backend/access/heap: heapam.c
src/backend/access/index: indexam.c
src/backend/bootstrap: bootparse.y bootstrap.c
src/backend/catalog: Makefile aclchk.c genbki.sh heap.c index.c
indexing.c
src/backend/commands: cluster.c command.c comment.c creatinh.c
indexcmds.c rename.c trigger.c user.c
src/backend/executor: execMain.c
src/backend/parser: analyze.c parse_clause.c parse_relation.c
src/backend/rewrite: rewriteDefine.c
src/backend/tcop: utility.c
src/backend/utils/adt: acl.c
src/backend/utils/cache: catcache.c lsyscache.c relcache.c
syscache.c
src/include/access: genam.h heapam.h
src/include/bootstrap: bootstrap.h
src/include/catalog: catversion.h heap.h index.h indexing.h
pg_attribute.h pg_class.h
src/include/commands: cluster.h command.h comment.h defrem.h
rename.h
src/include/nodes: parsenodes.h primnodes.h
src/include/utils: catcache.h lsyscache.h rel.h relcache.h
syscache.h
src/pl/plpgsql/src: pl_comp.c
Added files:
src/backend/catalog: namespace.c
src/include/catalog: namespace.h

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2002-03-27 02:36:51 pgsql/doc/src/sgml mvcc.sgml
Previous Message Barry Lind 2002-03-26 06:33:22 pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...