Re: Re: COPY BINARY file format proposal

From: ncm(at)zembu(dot)com (Nathan Myers)
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: COPY BINARY file format proposal
Date: 2000-12-11 00:08:58
Message-ID: 20001210160858.A6081@store.zembu.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Dec 07, 2000 at 02:28:28PM -0500, Tom Lane wrote:
> Given all that, here is a proposed spec for the header:
> ...
> Comments?

I've been thinking about this.

I'd like to see a timestamp for when the image was created, and a
128-byte comment field to allow annotations, even after the fact.
(I don't think we're pressed for space, right?) The more chances
that you don't have to actually load the file to find out what's
in it, the better.

(I have also suggested, in private mail, that the "header length"
field should be the length of the whole header, not just whatever
was added on in versions 2..n. Tom didn't agree.)

Nathan Myers
ncm(at)zembu(dot)com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ross J. Reedstrom 2000-12-11 01:08:29 Re: Re: COPY BINARY file format proposal
Previous Message Tom Lane 2000-12-11 00:08:35 Re: [COMMITTERS] pgsql/src/backend/commands (command.c vacuum.c)