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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql/ oc/src/sgml/catalogs.sgml rc/backend/ac ...
Дата
Msg-id 20020326191705.1DEE24759B7@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.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.


В списке pgsql-committers по дате отправления:

Предыдущее
От: barry@postgresql.org (Barry Lind)
Дата:
Сообщение: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...
Следующее
От: petere@postgresql.org (Peter Eisentraut - PostgreSQL)
Дата:
Сообщение: pgsql/doc/src/sgml mvcc.sgml