Re: Table description in the data file (Re: pg_rawdump) - Mailing list pgsql-hackers

From Jim Nasby
Subject Re: Table description in the data file (Re: pg_rawdump)
Date
Msg-id 54D1B293.604@BlueTreble.com
Whole thread Raw
In response to Table description in the data file (Re: pg_rawdump)  ("Stephen R. van den Berg" <srb@cuci.nl>)
Responses Re: Table description in the data file (Re: pg_rawdump)  ("Stephen R. van den Berg" <srb@cuci.nl>)
List pgsql-hackers
On 2/3/15 1:43 AM, Stephen R. van den Berg wrote:
> In relation to the talk and discussions at FOSDEM regarding
> helping data recovery, I searched the archives for the
> old thread after I performed my last recovery; for reference:
>
> http://www.postgresql.org/message-id/20101019201223.GA15684@cuci.nl
>
> I haven't checked yet if the proposed space there is still
> available in the current disk format, but it might serve as
> a starter and reminder to get the discussion going once more.

Rather than trying to wedge this into a heap page, ISTM it'd be better 
to use a fork. Presumably if you're storing regular tuples that have the 
essential data from pg_class, pg_attribute (and maybe pg_type).
-- 
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Proposal : REINDEX xxx VERBOSE
Next
From: Jim Nasby
Date:
Subject: Re: Fetch zero result rows when executing a query?