Re: OIDS problem

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: Szabolcs BALLA <szballa(at)confinsystems(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: OIDS problem
Date: 2006-01-13 19:30:34
Message-ID: 20060113193034.GL9017@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, Jan 13, 2006 at 11:05:38AM +0100, Szabolcs BALLA wrote:
> Hi,
>
> I have already upgraded our server from 7.4 to 8.1.
> My problem is the next: some of our queries use OIDS but I restored the
> databases without OIDS.
> Is it possible to set the OIDS without dump and restore?

No; the tables are now missing the OID fields. You'll need to dump and
restore. You should also change your application... IIRC the intention
is to eventually remove OIDs from user tables.
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2006-01-13 19:49:56 Re: OIDS problem
Previous Message Jim C. Nasby 2006-01-13 19:18:47 Re: Vacuum is needed or not?