could not find block containing chunk 0x8483530 - Mailing list pgsql-general

From Vinay Jain
Subject could not find block containing chunk 0x8483530
Date
Msg-id c729bfe004081605248886819@mail.gmail.com
Whole thread Raw
Responses Re: could not find block containing chunk 0x8483530  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
select *, lower(name) from student;
gives error: could not find block containing chunk 0x8483530

what does this error mean & what may be the cause?


template1=# \d student
    Table "public.student"
 Column |  Type   | Modifiers
--------+---------+-----------
 name   | devchar |
 age    | integer |

Regards
Vinay

--
Vinay Jain
Dissertation Project Trainee
DAKE Division
C-DAC Mumbai

pgsql-general by date:

Previous
From: Frank van Vugt
Date:
Subject: Does a 'stable' deferred trigger execution order exist? Is housekeeping for deferred trigger fire events done in one of the system catalogues?
Next
From: Dave Cramer
Date:
Subject: Re: PostgreSQL 8.0 Feature List?