Re: pg_toast_temp_xx AND pg_temp_xx SCHEMAS

Поиск
Список
Период
Сортировка
От Vyacheslav Kalinin
Тема Re: pg_toast_temp_xx AND pg_temp_xx SCHEMAS
Дата
Msg-id 9b1af80e0903101305v1a1a0584oc4d10e086e8c74fd@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_toast_temp_xx AND pg_temp_xx SCHEMAS  ("Fernando Hevia" <fhevia@ip-tel.com.ar>)
Ответы Re: pg_toast_temp_xx AND pg_temp_xx SCHEMAS  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
> They're just there to hold temporary tables (so that the names of such
> tables don't conflict with any non-temporary tables).  The reason they
> seem to accumulate is we only create one when needed, and there's one
> for each concurrently executing backend if it creates any temp tables.

Hm, do they get garbage-collected in any way? I have several such schemes that won't disappear even though no other sessions but one is there.
On a side note: I can drop temporary tables of other sessions via "DROP pg_temp_xx.table" (although I can't seem to affect table data seen from other session). Is there any security issues/gotchas here?
 

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

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Include script within a script
Следующее
От: Gerd König
Дата:
Сообщение: panic: index siblings mismatch