Problem in creating an INDEX - Mailing list pgsql-admin

From Daryl Sayers
Subject Problem in creating an INDEX
Date
Msg-id 200207280128.g6S1SPAA002522@mippet.ci.com.au
Whole thread Raw
List pgsql-admin
I have a table that I used to have a working index. It seemed to fail
so I removed the index and tried to recreate it. I am now receiving errors
when building the index:

stocks=# select count(*) from history ;
  count
---------
 3882589
(1 row)

stocks=# CREATE INDEX ihisidda on history (hisid, hiday) ;
ERROR:  ltsReadBlock: failed to read block 7960 of temporary file

I dont believe it is a disk problem as I moved the database onto a different
disk and I still get errors. Any ideas on what could be the problem.


--
Daryl Sayers
Corinthian Engineering                         Ph: (02) 9906 7866
Suite 19, 401 Pacific Hwy                     Fax: (02) 9906 1556
Artarmon, NSW, 2064                         email: daryl@ci.com.au
Australia                                     www: http://www.cordoors.com.au

pgsql-admin by date:

Previous
From: "Tahira Aslam"
Date:
Subject: Could not connect to remote socket
Next
From: Jarek Jarzebowski
Date:
Subject: Configuration tip.