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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/runtime.sgml rc/backend/cat ...
Date: 2002-04-15 22:33:21
Message-ID: 20020415223321.5D41F479999@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/04/15 18:33:21

Modified files:
doc/src/sgml : runtime.sgml
src/backend/catalog: namespace.c
src/bin/initdb : initdb.sh

Log message:
Adjust rules for search_path so that pg_catalog is never implicitly
selected as the creation target namespace; to make that happen, you
must explicitly set search_path that way. This makes initdb a hair
more complex but seems like a good safety feature.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-04-15 23:34:17 pgsql/src/interfaces/libpq fe-connect.c fe-misc.c
Previous Message Bruce Momjian - CVS 2002-04-15 20:52:12 pgsql/doc TODO