Re: Backup with Java - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: Backup with Java
Date
Msg-id 15993.1164986847@sss.pgh.pa.us
Whole thread Raw
In response to Re: Backup with Java  (Csaba Nagy <nagy@ecircle-ag.com>)
Responses Re: Backup with Java  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Csaba Nagy <nagy@ecircle-ag.com> writes:
> Actually, if there were a working and maintained pg_upgrade, I'm pretty
> sure nobody would use pg_dump as an upgrade facility anymore.

You think so eh?  Hint: the only workable design I've seen for pg_upgrade
uses pg_dump as a component.  It's much easier to handle
version-to-version changes in pg_dump than it would be inside the server.
Example: there is no way that a pre-8.1 server could be expected to know
that it had better set standard_conforming_strings = off to ensure that
the SQL it's emitting will be understood properly by a post-8.3 server.

            regards, tom lane

pgsql-jdbc by date:

Previous
From: Jan de Visser
Date:
Subject: Re: Authentication trick
Next
From: Dave Cramer
Date:
Subject: Re: Backup with Java