Re: global temporary tables

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: global temporary tables
Дата
Msg-id 20100426201847.GF3963@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: global temporary tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane escribió:
> [ forgot to respond to this part ]
> 
> Robert Haas <robertmhaas@gmail.com> writes:
> > ...  I don't see the problem with DROP.
> > Under the proposed design, it's approximately equivalent to dropping a
> > table that someone else has truncated.  You just wait for the
> > necessary lock and then do it.
> 
> And do *what*?  You can remove the catalog entries, but how are you
> going to make the physical storage of other backends' versions go away?
> (To say nothing of making them flush their local buffers for it.)

Maybe we could add a sinval message to that effect.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: Discarding the resulting rows
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Discarding the resulting rows