CLUSTER cannot complete

From: Marcin Krol <mrkafk(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: CLUSTER cannot complete
Date: 2010-02-15 14:46:25
Message-ID: 4B795E41.4070407@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello everyone,

I got this, first CLUSTER was hanging forever, I cancelled after half an
hour:

hrs=# CLUSTER hosts;
Cancel request sent
ERROR: canceling statement due to user request

Then I restarted postgres and get this now:

hrs=# CLUSTER hosts;
ERROR: there is no previously clustered index for table "hosts"

Regards,
mk

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2010-02-15 14:49:01 Re: Set the permissions while creating database, schema, and tables
Previous Message Marcin Krol 2010-02-15 14:43:22 vacuum analyze GROWS db ?!