Re: Temporary Views

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Temporary Views
Дата
Msg-id 200208131623.g7DGNeg10424@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Temporary Views  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > What about indexes?  Do indexes on temp tables exist in the temp
> > namespace?
> 
> Yes, a fortiori: any index exists in its table's namespace.  Seems
> pretty irrelevant to the point at hand, though.

Just checking.  So the index exists in the same namespace as the table. 
Makes sense.  Same with sequences, I assume.

Of course, views can represent multiple tables so I think they should go
into the names space with the temp tables.

--  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,
Pennsylvania19073
 


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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: db partial dumping with pg_dump
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: Temporary Views