| From: | Dave Cramer <pg(at)fastcrypt(dot)com> |
|---|---|
| To: | Marc Herbert <Marc(dot)Herbert(at)continuent(dot)com> |
| Cc: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Re: Backup with Java |
| Date: | 2006-11-30 18:07:26 |
| Message-ID: | F8B65864-33FD-4EE2-BC65-D4DC8B1941FA@fastcrypt.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
On 30-Nov-06, at 12:54 PM, Marc Herbert wrote:
> Csaba Nagy <nagy(at)ecircle-ag(dot)com> writes:
>
>> If you tie the dump software to the server, how will you do a dump
>> of an
>> old server using the new dump client ?
>
> Simply by leaving a deprecated, backward-compatibility mode in
> the pg_dump client?
>
> Or, as said above, even more simply by using an old client.
>
> I think everyone agrees that a dump involves a good knowledge of
> internal server data. So I fully agree with Tomi: it seems a bit
> awkward to implement this externally.
>
What Csaba is saying is that newer versions of pg_dump can work with
older server versions.
regarding port 5432, pg_dump can use any port, server, user, you
want. It is quite versatile.
Dave
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: explain analyze is your friend
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | antongiulio05@gmail.com | 2006-11-30 18:10:32 | Authentication trick |
| Previous Message | Marc Herbert | 2006-11-30 18:05:09 | Re: Backup with Java |