Karsten Desler <kd(at)link11(dot)de> writes: > I have a smallish postgres database that segfaults everytime when I try to > access a certain row in a certain column. Looks like a corrupted-data issue to me. It might be interesting to dump the page with pg_filedump and see if there's any apparent pattern to the damage. regards, tom lane