| От | Tom Lane |
|---|---|
| Тема | Re: Leftover TEMPORARY tables? |
| Дата | |
| Msg-id | 13080.1051190929@sss.pgh.pa.us обсуждение |
| Ответ на | Re: Leftover TEMPORARY tables? (Andrew Biagioni <andrew.biagioni@e-greek.net>) |
| Ответы |
Re: Leftover TEMPORARY tables?
|
| Список | pgsql-admin |
Andrew Biagioni <andrew.biagioni@e-greek.net> writes:
> My best estimate as to when they appear is when I abort a transaction in
> PGAdminII by killing the corresponding process on the server ("kill -9 XXXX"),
Yikes. You're not serious are you?
That would certainly cause the backend to fail to clean up its temp
tables... not to mention that the postmaster will treat this as a
system crash and force all the other backends to punt too. Not the way
I'd pick to cancel a misbehaving query.
Try something less invasive next time, like kill -INT.
regards, tom lane
В списке pgsql-admin по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера