Timestamp in pg_dump output, was Re: How I can know a back up database is up to date - Mailing list pgsql-general

From Raymond O'Donnell
Subject Timestamp in pg_dump output, was Re: How I can know a back up database is up to date
Date
Msg-id 46BCA0EA.9080600@iol.ie
Whole thread Raw
In response to How I can know a back up database is up to date  (son@raider.co.nz)
Responses Re: Timestamp in pg_dump output, was Re: How I can know a back up database is up to date
Re: Timestamp in pg_dump output, was Re: How I can know a back up database is up to date
List pgsql-general
On 09/08/2007 23:40, son@raider.co.nz wrote:

> My database is restored from a dump file every day. How I know that this
> database is up to date (as it has no timestamp in any table).
>
> If I create a file, I can know when I created it by seeing its property.
> How I can do the same thing with a back up database.

Actually, it *would* be really handy if pg_dump included a timestamp in
the plain-text output. The version I use regularly (Windows)
doesn't...it simply says "PostgreSQL database dump" which is only
helpful to a point. :-)

Ray.

---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
---------------------------------------------------------------

pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: How I can know a back up database is up to date
Next
From: Greg Smith
Date:
Subject: Re: Configuration starting point...