Re: [ADMIN] OIDS problem

2006-01-13 Thread Tom Lane
"Jim C. Nasby" <[EMAIL PROTECTED]> writes: > You should also change your application... IIRC the intention > is to eventually remove OIDs from user tables. There is no such plan --- defaulting to WITHOUT OIDS is as far as we intend to go. regards, tom lane ---

Re: [ADMIN] OIDS problem

2006-01-13 Thread Jim C. Nasby
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

[ADMIN] OIDS problem

2006-01-13 Thread Szabolcs BALLA
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? Thanks Szabek