Re: Why lots of temp schemas are being created

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Why lots of temp schemas are being created
Дата
Msg-id 20100203233612.GH3905@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Why lots of temp schemas are being created  (Walter Coole <WCoole@aperiogroup.com>)
Ответы Re: Why lots of temp schemas are being created  (Walter Coole <WCoole@aperiogroup.com>)
Список pgsql-general
Walter Coole escribió:

> I would like to drop them, since there are so many of them, they make
> it tedious to look through my databases in pgAdmin.  Is there a
> reliable way to distinguish between temp schemas that exist because
> they are supposed to be there and those that are not?

Run pg_get_backend_idset() (or something like that, maybe there's "stat"
in the name), which returns a list of backend IDs that are running.
Then see which temp schemas have numbers beyond what's listed there;
those shouldn't be there and could cause problems if the numbers are too
high.

> Or even better, a way to tell the database to clean them up itself?

It does, unless one of them gets a very high backend ID that's not
reused.

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

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

Предыдущее
От: Walter Coole
Дата:
Сообщение: Re: Why lots of temp schemas are being created
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Why lots of temp schemas are being created