Alexandra Nitzschke wrote: > Hi, > > we encountered the following error while inserting a record into a table: > > org.postgresql.util.PSQLException: ERROR: could not read block 77 of > relation 1663/16385/388818775: read only 0 of 8192 bytes > > Using postgres 8.3.5 > > The reported object is an index. > The size of its data file is 630784 bytes. >
Hello You have probably a harware issue and data in your disk is corrupted. Probably a reindex of this index will fix this problem. But I would take a backup of this system right away just in case your disk is dying. regards -- Rafael Martinez, <[EMAIL PROTECTED]> Center for Information Technology Services University of Oslo, Norway PGP Public Key: http://folk.uio.no/rafael/ -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
