Re: pg_dump --comment? - Mailing list pgsql-hackers

From Jon Jensen
Subject Re: pg_dump --comment?
Date
Msg-id Pine.LNX.4.58.0405281412190.1307@louche.swelter.net
Whole thread Raw
In response to Re: pg_dump --comment?  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: pg_dump --comment?  (Andrew Dunstan <andrew@dunslane.net>)
Re: pg_dump --comment?  (Philip Warner <pjw@rhyme.com.au>)
List pgsql-hackers
On Fri, 28 May 2004, Christopher Kings-Lynne wrote:

> > I've encountered a situation where I'd like to store some information 
> > about the database when I do a pg_dump. For instance, the timestamp of 
> > the dump. And some other information that I pull from the database.
> 
> I think every dump should dump the timestamp regardless...

That would cause me a lot of trouble. Every night I do a pg_dump on all my
databases to a temporary file. Then I use cmp to compare that dump to last
night's dump. If they're identical I just delete the new dump so that only
the old one remains, with its original timestamp. That way rsync doesn't
see any change, and doesn't waste any time comparing it when we do
backups. It's also handy to see the last day the dump changed by looking
at the file's timestamp.

Granted, this is only of interest on databases that don't change at all, 
but on a multi-user system we have a surprising number of databases that 
don't change at all for days (alongside the ones that change all the time, 
of course).

However, I would like to see an option to include the timestamp if someone 
wants it.

Jon


pgsql-hackers by date:

Previous
From: Oliver Jowett
Date:
Subject: temp tables broken in CVS HEAD?
Next
From: Mike Mascari
Date:
Subject: Re: Win32, PITR, nested transactions, tablespaces