Re: pg_dump fail beacuse of oid larger than int32

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ragnar Garli" <ragnar_garli(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump fail beacuse of oid larger than int32
Date: 2003-01-14 15:50:03
Message-ID: 16091.1042559403@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ragnar Garli" <ragnar_garli(at)hotmail(dot)com> writes:
> I have a problem with pg_dump du to oid values larger than signed 32 bit
> int.

Use a more recent pg_dump. 7.3.1's pg_dump should be able to talk to
your 7.1.3 server and extract the data without problems.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Robert Treat 2003-01-14 15:54:29 Re: Vacuum verbose output?
Previous Message Tom Lane 2003-01-14 15:42:33 Re: Vacuum verbose output?