Re: Big 7.1 open items

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>, Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
Subject: Re: Big 7.1 open items
Date: 2000-06-16 02:24:52
Message-ID: 200006160224.WAA04345@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp> writes:
> > Now I like neither relname nor oid because it's not sufficient
> > for my purpose.
>
> We should probably not do much of anything with this issue until
> we have a clearer understanding of what we want to do about
> tablespaces and schemas.

Here is an analysis of our options:

Work required Disadvantages
----------------------------------------------------------------------------

Keep current system no work rename/create no rollback

relname/oid but less work new pg_class column,
no rename change filename not accurate on
rename

relname/oid with more work complex code
rename change during
vacuum

oid filename less work, but confusing to admins
need admin tools

--
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 Hiroshi Inoue 2000-06-16 02:43:52 RE: Big 7.1 open items
Previous Message Tom Lane 2000-06-16 02:05:16 Re: 7.0.2 cuts off attribute name

Browse pgsql-patches by date

  From Date Subject
Next Message Hiroshi Inoue 2000-06-16 02:43:52 RE: Big 7.1 open items
Previous Message Tom Lane 2000-06-16 01:57:27 Re: Big 7.1 open items