Re: Cannot use a standalone backend to VACUUM in "postgres""

Поиск
Список
Период
Сортировка
От Manuel Sugawara
Тема Re: Cannot use a standalone backend to VACUUM in "postgres""
Дата
Msg-id m3y77oxapp.fsf@conexa.fciencias.unam.mx
обсуждение исходный текст
Ответ на Re: Cannot use a standalone backend to VACUUM in "postgres""  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Cannot use a standalone backend to VACUUM in "postgres""
Список pgsql-general
Alvaro Herrera <alvherre@commandprompt.com> writes:

> Hmm, nope -- take away the relnamespace check, because there is a
> different namespace for each backend (pg_temp_2, pg_temp_3, etc).

Still no luck, changed the query to:

  select relname, age(relfrozenxid) from pg_class join pg_namespace n on (n.oid = relnamespace) where nspname ~
'^pg_temp'

and no temp tables showed in any database :-(. Any other idea?.

Regards,
Manuel.


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

Предыдущее
От: Jeff Amiel
Дата:
Сообщение: Re: More SSL crash woes
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Cannot use a standalone backend to VACUUM in "postgres""