On Sun, Jun 25, 2006 at 03:14:41PM -0400, brian ally wrote: > My question is, can i safely run my modifications again, but swap out > the INSERTs for the COPY WITH OIDs bit from the dump (adding my new > INSERTs after)? Would those OIDs still be "good", so to speak? Probably.
> ANY advice appreciated. Don't use OIDs, use SERIALs instead. You're going to run into all kinds of problems using OIDs. -- Jim C. Nasby, Sr. Engineering Consultant [EMAIL PROTECTED] Pervasive Software http://pervasive.com work: 512-231-6117 vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match