Re: pg_dump and 2gb limit on windows and version 8.1.3

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: jub4(at)email(dot)cz
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump and 2gb limit on windows and version 8.1.3
Date: 2009-05-18 15:39:02
Message-ID: 20090518153902.GC10339@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

jub4(at)email(dot)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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-05-18 16:07:13 Re: pg_dump and 2gb limit on windows and version 8.1.3
Previous Message Tom Lane 2009-05-18 14:27:57 Re: Is this a bug or a feature? Column visibility in subquery from outer query