Re: pg_rawdump - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_rawdump
Date
Msg-id 10783.1287528831@sss.pgh.pa.us
Whole thread Raw
In response to pg_rawdump  ("Stephen R. van den Berg" <srb@cuci.nl>)
Responses Re: pg_rawdump
List pgsql-hackers
"Stephen R. van den Berg" <srb@cuci.nl> writes:
> In order to simplify recovery at this point (enormously), it would
> have been very helpful (at almost negligible cost), to have the name
> of the table, the name of the columns, and the types of the
> columns available.

> Why don't we insert that data into the first page of a regular table
> file after in the special data area?

(1) it wouldn't necessarily fit

(2) what are you going to do to maintain it during ALTER TABLE?

(3) if there are any custom types involved, you're still lost.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP)
Next
From: Tom Lane
Date:
Subject: Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP)