Re: nonremovable row ?

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: nonremovable row ?
Дата
Msg-id 20050504165847.GC30968@wolff.to
обсуждение исходный текст
Ответ на nonremovable row ?  (Hervé Piedvache <herve@elma.fr>)
Список pgsql-general
On Wed, May 04, 2005 at 18:24:53 +0200,
  Hervé Piedvache <herve@elma.fr> wrote:
>
> Why I get 26927405 nonremovable row versions in 185707 pages ?
> How to remove them ? I need to free the space quickly !

Those rows will still be visible to transactions that started before
the delete was committed. Once all those transactions have committed
or rolled back, then you can free up the space with a vacuum full.

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: [INTERFACES] calculated identity field in views, again...
Следующее
От: Benjamin Smith
Дата:
Сообщение: Postgres vs Firebird?