Re: Error while recovering a database

Поиск
Список
Период
Сортировка
От nconway@klamath.dyndns.org (Neil Conway)
Тема Re: Error while recovering a database
Дата
Msg-id 20020724142819.GA14859@klamath.dyndns.org
обсуждение исходный текст
Ответ на Error while recovering a database  (Jorge Sarmiento <jsarmiento@ccom.org>)
Список pgsql-general
On Wed, Jul 24, 2002 at 09:21:03AM -0400, Jorge Sarmiento wrote:
> While I was recovering a previuos dumped database I got this error:
>
> ERROR:  HASH: Out of overflow pages.  Out of luck.

Don't use hash indexes, they are badly broken.

If you drop the hash index that is causing the error and replace it
with a btree, it should work.

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

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

Предыдущее
От: Jorge Sarmiento
Дата:
Сообщение: Error while recovering a database
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Postgres 7.3