]> granicus.if.org Git - postgresql/commit
Support temporary setting of search path during CREATE SCHEMA; this
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 17 May 2002 20:53:33 +0000 (20:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 17 May 2002 20:53:33 +0000 (20:53 +0000)
commit940f772a292124cb4506ffd7c9c2e953f9db3f33
tree6f0a70387594f7977dff9808ea8956263eb8f31a
parent5f21560ae8f7387cfe4e109a5bdc01c58f82fbe5
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.
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