Re: [HACKERS] Table corrupt?
Brandon Ibach <bibach@infomansol.com>
From: Brandon Ibach <bibach@infomansol.com>
To: maillist@candle.pha.pa.us (Bruce Momjian)
Cc: hackers@postgresql.org (PostgreSQL Hackers)
Date: 1998-06-09T21:13:12Z
Lists: pgsql-hackers
Bruce Momjian said: > > > Any ideas on what might be going on here? And, if postgres won't > > be able to access the table, is there any hope of extracting rows from > > the raw database file, such that I could reconstruct the table? > > pg_dump -t tablename, drop and reload? > I thought pg_dump got the data out via queries through the backend? (But, then, I could be wrong... please correct me if so...) -Brandon :)