Re: Temporary tables and miscellaneous schemas - Mailing list pgsql-general

From Bruce Momjian
Subject Re: Temporary tables and miscellaneous schemas
Date
Msg-id 200310272029.h9RKTdQ26721@candle.pha.pa.us
Whole thread Raw
In response to Re: Temporary tables and miscellaneous schemas  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Temporary tables and miscellaneous schemas  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > I have created the following patch for 7.5.  It has \dn show only your
> > local pg_temp_* schema, and only if you own it --- there might be an old temp
> > schema around from an old backend.
>
> This will certainly not work, since you don't own your pg_temp_* schema
> (the bootstrap UID does).  I disagree with the goal anyway ...

OK, others liked the goal of showing only your local schema --- what is
your proposal?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Temporary tables and miscellaneous schemas
Next
From: "scott.marlowe"
Date:
Subject: Re: Experience with PL/xx?