Re: Problems With pg_dumpall and OIDs - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: Problems With pg_dumpall and OIDs
Date
Msg-id dcc563d10811191517y41e069b1q8f00fb456ee5f523@mail.gmail.com
Whole thread Raw
In response to Re: Problems With pg_dumpall and OIDs  (Tim Gustafson <tjg@soe.ucsc.edu>)
List pgsql-admin
On Wed, Nov 19, 2008 at 4:05 PM, Tim Gustafson <tjg@soe.ucsc.edu> wrote:
>> A workaround: temporarily turn to "on" the value off the
>> "default_with_oids" parameter in your configuration file
>> (the defaults is "off").
>
> I tried that, but still got warning messages about no OID columns when I imported the data into 8.2.  :(  Unless
maybeI'm doing something wrong.  I'm getting ready to "try again" shortly. 

Did you reload / restart postgrseql after making the change?  When you
psql into the server, what does

show default_with_oids;

say?

pgsql-admin by date:

Previous
From: Tim Gustafson
Date:
Subject: Re: Problems With pg_dumpall and OIDs
Next
From: Tom Lane
Date:
Subject: Re: Problems With pg_dumpall and OIDs