Re: [PATCHES] Removal of temp tables

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PATCHES] Removal of temp tables
Дата
Msg-id Pine.LNX.4.30.0106141712430.767-100000@peter.localdomain
обсуждение исходный текст
Ответы Re: [PATCHES] Removal of temp tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane writes:

> Another point is that when we implement schemas (= Real Soon Now, I
> trust), the whole business of temprels having different physical and
> logical relnames will go away anyhow.  Temp rels will become plain rels
> that live in a temp schema.

I don't think this is the right solution.  You should be able to create
temporary tables in any schema you choose (and have permission to).  After
all, temporary tables are supposed to act like real tables expect for the
"temporary" aspect.

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alex Pilosov
Дата:
Сообщение: Re: Re: SELECT Field1 || Field2 FROM Table
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] Removal of temp tables