Re: Backup with Java

From: "Tomi N/A" <hefest(at)gmail(dot)com>
To: "Csaba Nagy" <nagy(at)ecircle-ag(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Backup with Java
Date: 2006-11-30 17:40:06
Message-ID: d487eb8e0611300940l7137eb3cu53ce50f1d374bef2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

2006/11/30, Csaba Nagy <nagy(at)ecircle-ag(dot)com>:

> The main reason it's not done so is because pg_dump is working across
> server versions. You will want to do the dump using the newer pg_dump,
> because it can create SQL which compensates for postgres internal
> changes like user/group/role creation syntax and the like.
>
> If you tie the dump software to the server, how will you do a dump of an
> old server using the new dump client ?

I'm not sure I understand...why would you want to do that? Why not
dump the old database with the old dump logic?

t.n.a.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Marc Herbert 2006-11-30 17:54:50 Re: Backup with Java
Previous Message Csaba Nagy 2006-11-30 17:24:15 Re: Backup with Java