j...@email.cz wrote:
> Hello,
> 
>   I have problem with 2gb limit for pg_dump on windows that was fixed in 
> version 8.2.4. I have a server with postgresql version 8.1.3, which 
> unfortunately cannot be upgraded. Is there some way how to use safely pg_dump 
> (and if needed pg_restore) version 8.2.4 or newer with the server (8.1.3).

Yes -- pg_dump is backwards compatible; it will be able to dump the
database just fine.  Note, however, that the dump is not guaranteed to
be restorable in the 8.1 server.

I think you should upgrade to 8.1.17 which likely contains the fix as
well.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to