On Tue, Aug 26, 2008 at 01:30:23PM +1000, Ben C wrote: > > Is there a way to increment the OID by changing a value in the system tables?
I don't think so, but I just tried creating a table in 8.3 with a column named "oid", and it worked. Maybe you can load in your data that way, so that you don't need to change your application. (I'd test it a little more carefully for side effects than I just did, mind.) A -- Andrew Sullivan [EMAIL PROTECTED] +1 503 667 4564 x104 http://www.commandprompt.com/ -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin
