Re: Temporary tables and indexes

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Temporary tables and indexes
Дата
Msg-id web-1775416@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на Temporary tables and indexes  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
Ответы Re: Temporary tables and indexes
Список pgsql-sql
Ludwig,

>   Are the indices of a temporary table automatically
> "dropped" together its corresponding temporary table
> after a database session?

I'm kind of surprised that it's possible to index a temporary table.There's not much point in doing so.

Yes, the indexes would be dropped as well.

-Josh Berkus


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

Предыдущее
От: Charles Hauser
Дата:
Сообщение: Re: Problems Formulating a SELECT
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: [NOVICE] update question