pgsql/src backend/access/transam/xact.c backen ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/access/transam/xact.c backen ...
Date: 2002-05-17 20:53:33
Message-ID: 20020517205333.B3B37475C8E@postgresql.org
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/05/17 16:53:33

Modified files:
src/backend/access/transam: xact.c
src/backend/catalog: namespace.c
src/backend/commands: schemacmds.c
src/backend/utils/adt: name.c
src/include/catalog: namespace.h

Log message:
Support temporary setting of search path during CREATE SCHEMA; this
allows the example in the CREATE SCHEMA ref page to actually work now.
Also, clean up when the transaction that initially creates a temp-table
namespace is later aborted. Simplify internal representation of search
path by folding special cases into the main list.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-05-17 22:35:13 pgsql/src backend/catalog/pg_aggregate.c backe ...
Previous Message Tom Lane 2002-05-17 20:32:29 pgsql/src/backend/utils/misc guc.c