We have "one" corrupted table in a v7.2.4 database. The others are good.
We have identified the table should have 25 rows in it, and using pg_dump we
can get the first 10.
I was wondering if we could use the zero_damaged_pages under v7.2 to
hopefully skip over the corrupted data and read the remaining records. Is
this parameter only available in v7.3+?
I am in the process of getting a source build tree together to build
pg_filedump hopefully.
Thanks - Eric