Re: pg_dump fail beacuse of oid larger than int32

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

<cut>

> > DEBUG: query: SELECT description FROM pg_description WHERE objoid =
> > 2325712020
>
>This is not 7.3.1 pg_dump: you can look at the sources for yourself.
>Against a 7.1 server it will do
>
> appendPQExpBuffer(query, "SELECT description FROM pg_description WHERE
>objoid = '%s'::oid", oid);
>
>I suggest double-checking your PATH. You must be invoking the wrong
>pg_dump.
>
Oops. *blush*
Backing up bases now :)

Thanks!

Regards:
Ragnar Garli

_________________________________________________________________
MSN 8: advanced junk mail protection and 2 months FREE*.
http://join.msn.com/?page=features/junkmail

Browse pgsql-general by date

  From Date Subject
Next Message Johnson, Shaunn 2003-01-14 21:15:58 inserting data with unique index
Previous Message Richard Huxton 2003-01-14 20:09:14 Re: varchar and spaces problem..