Re: [HACKERS] Happy column dropping

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>, Peter Eisentraut <peter_e(at)gmx(dot)net>, The Hermit Hacker <scrappy(at)hub(dot)org>, PostgreSQL Development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Happy column dropping
Date: 2000-01-25 04:46:28
Message-ID: 11843.948775588@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Because you want to have multiple versions of a table with the same name
> and table oid. We don't have to have the oid equal the oid of the
> table. Just use any oid to append to the table name for versioning.

That'd do for versioning, but what about a plain table-renaming
operation? We aren't making a new file in that case, and we still
want to avoid rename().

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Don Baccus 2000-01-25 04:50:03 RE: [HACKERS] Happy column dropping
Previous Message Don Baccus 2000-01-25 04:44:31 Re: [HACKERS] Happy column dropping