Re: Timestamp in pg_dump output, was Re: How I can know a back up database is up to date

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: Timestamp in pg_dump output, was Re: How I can know a back up database is up to date
Дата
Msg-id 716063.2044.qm@web31810.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Timestamp in pg_dump output, was Re: How I can know a back up database is up to date  (Raymond O'Donnell <rod@iol.ie>)
Ответы Re: Timestamp in pg_dump output, was Re: How I can know a back up database is up to date
Список pgsql-general
--- Raymond O'Donnell <rod@iol.ie> wrote:
> 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. :-)

If you need to, you can append your own timestamp to the dump file if you need it.

I rolled this functionality into a .bat file.

Regards,
Richard Broersma Jr.

В списке pgsql-general по дате отправления:

Предыдущее
От: "Dmitry Koterov"
Дата:
Сообщение: Deadlocks caused by a foreign key constraint
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Timestamp in pg_dump output, was Re: How I can know a back up database is up to date