Re: [HACKERS] Happy column dropping
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Hiroshi Inoue <Inoue@tpf.co.jp>, Peter Eisentraut <peter_e@gmx.net>, The Hermit Hacker <scrappy@hub.org>, PostgreSQL Development <pgsql-hackers@postgreSQL.org>
Date: 2000-01-25T04:46:28Z
Lists: pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.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