From: | The Hermit Hacker <scrappy(at)hub(dot)org> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, 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 16:50:37 |
Message-ID: | Pine.BSF.4.21.0006161349140.722-100000@thelab.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
On Thu, 15 Jun 2000, Bruce Momjian wrote:
> > "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
My vote is with Tom on this one ... oid only ... the admin should be able
to do a quick SELECT on a table to find out the OID->table mapping, and I
believe its already been pointed out that you cant' just restore one file
anyway, so it kinda negates the "server isn't running problem" ...
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-06-16 16:51:57 | Re: create user and transactions |
Previous Message | Bruce Momjian | 2000-06-16 16:35:07 | Re: Big 7.1 open items |
From | Date | Subject | |
---|---|---|---|
Next Message | The Hermit Hacker | 2000-06-16 16:52:27 | Re: Big 7.1 open items |
Previous Message | Bruce Momjian | 2000-06-16 16:35:07 | Re: Big 7.1 open items |