pgsql/ oc/src/sgml/runtime.sgml rc/backend/acc ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql/ oc/src/sgml/runtime.sgml rc/backend/acc ...
Дата
Msg-id 20020401033427.8AE2A4759AC@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/03/31 22:34:27

Modified files:
    doc/src/sgml   : runtime.sgml
    src/backend/access/transam: xact.c
    src/backend/catalog: namespace.c
    src/backend/parser: gram.y
    src/backend/utils/adt: varlena.c
    src/backend/utils/init: postinit.c
    src/backend/utils/misc: guc.c postgresql.conf.sample
    src/bin/psql   : tab-complete.c
    src/include/access: xact.h
    src/include/catalog: namespace.h pg_namespace.h
    src/include/utils: builtins.h

Log message:
    Create a new GUC variable search_path to control the namespace search
    path.  The default behavior if no per-user schemas are created is that
    all users share a 'public' namespace, thus providing behavior backwards
    compatible with 7.2 and earlier releases.  Probably the semantics and
    default setting will need to be fine-tuned, but this is a start.


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

Предыдущее
От: inoue@postgresql.org (Hiroshi Inoue)
Дата:
Сообщение: pgsql/src/interfaces/odbc bind.c bind.h connec ...
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/ oc/src/sgml/ref/alter_table.sgml oc/src ...