| От | Tom Lane |
|---|---|
| Тема | Re: when do pg_temp SCHEMAS get purged? |
| Дата | |
| Msg-id | 14847.1154523484@sss.pgh.pa.us обсуждение |
| Ответ на | when do pg_temp SCHEMAS get purged? ("Harald Armin Massa" <haraldarminmassa@gmail.com>) |
| Ответы |
Re: when do pg_temp SCHEMAS get purged?
|
| Список | pgsql-general |
"Harald Armin Massa" <haraldarminmassa@gmail.com> writes:
> Now I looked at system objects and detected, that schemas named PG_TEMPn,
> where n is a slowly growing integer,
> are created.
> Those schemas seem to get more and more and more. Is anyprocess taking care
> of purging the ones no longer needed?
We don't bother. One row in pg_namespace is not worth removing,
especially when it's likely to be needed again someday.
(Now, if any of the *contents* of the temp namespaces don't go away at
backend exit, that's another story...)
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера