Re: Temporary tables and miscellaneous schemas

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Temporary tables and miscellaneous schemas
Дата
Msg-id 200310272029.h9RKTdQ26721@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Temporary tables and miscellaneous schemas  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Temporary tables and miscellaneous schemas  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Temporary tables and miscellaneous schemas
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Experience with PL/xx?