Re: [HACKERS] Happy column dropping

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(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:35:31
Message-ID: 200001250435.XAA25125@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> The debugging and administrative convenience of using table names as
> filenames is exactly why we've resisted this for so long. But I am
> starting to think that we have to give that up. It's nice, but
> having robust DDL commands is nicer.

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.

--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Don Baccus 2000-01-25 04:44:31 Re: [HACKERS] Happy column dropping
Previous Message Philip Warner 2000-01-25 04:05:57 Re: [HACKERS] DISTINCT ON: speak now or forever hold your peace