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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/runtime.sgml rc/backend/acc ...
Date: 2002-04-01 03:34:27
Message-ID: 20020401033427.8AE2A4759AC@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/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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-04-01 04:35:41 pgsql/ oc/src/sgml/ref/alter_table.sgml oc/src ...
Previous Message Hiroshi Inoue 2002-04-01 03:01:16 pgsql/src/interfaces/odbc bind.c bind.h connec ...