Re: heap_create with OID?

From: Chris Bitmead <chrisb(at)nimrod(dot)itg(dot)telstra(dot)com(dot)au>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: heap_create with OID?
Date: 2000-07-04 23:42:38
Message-ID: 3962766E.ED70B251@nimrod.itg.telecom.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Philip Warner wrote:

> Updating OIDs sounds like a *very* scary thing to do.

It's scary, but useful in some specific situations. Restoring lost data
is an obvious one. There would be applications in writing certain forms
of database replication schemes. There is also a technique in object
databases where the client side code has to know what the oid for an
object will be before it is actually added to the database.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tim Allen 2000-07-05 00:09:22 Re: [HACKERS] Revised Copyright: is this more palatable?
Previous Message Benjamin Adida 2000-07-04 23:37:25 Re: Article on MySQL vs. Postgres