Re: Postgres crashed when adding a sequence column

From: Clive Page <cgp(at)star(dot)le(dot)ac(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres crashed when adding a sequence column
Date: 2005-01-19 14:50:22
Message-ID: Pine.LNX.4.44L0.0501191447140.3761-100000@peneca.star.le.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

This is just to report success: I dropped all indices and repeated:

UPDATE intwfs SET id = nextval('myseq');

and it worked fine - took 3681 secs (my estimate of an hour wasn't far
out). Now doing a VACUUM FULL to remove the old tuples.

--
Clive Page
Dept of Physics & Astronomy,
University of Leicester, Tel +44 116 252 3551
Leicester, LE1 7RH, U.K. Fax +44 116 252 3311

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Geoffrey 2005-01-19 15:01:14 Re: Best Linux Distribution
Previous Message Alban Hertroys 2005-01-19 14:47:50 Re: Infinite recursion detected... How do I prevent that?