| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Philip J(dot) Warner" <pjw(at)rhyme(dot)com(dot)au> |
| Cc: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>, Jan Wieck <JanWieck(at)yahoo(dot)com>, "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>, Don Baccus <dhogaza(at)pacifier(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
| Subject: | Re: Big 7.1 open items |
| Date: | 2000-06-20 14:45:38 |
| Message-ID: | 29798.961512338@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
"Philip J. Warner" <pjw(at)rhyme(dot)com(dot)au> writes:
> If these are true, then why not create a utility (eg. pg_update_symlinks)
> that creates the relevant symlinks. It does not matter if they are
> outdated, from an integrity point of view, and for the most part they can
> be automatically maintained. Internally, postgresql can totally ignore them.
What?
I think you are confusing a couple of different things. IIRC, at one
time when we were just thinking about ALTER TABLE RENAME, there was
a suggestion that the "real" table files be named by table OID, and
that there be symlinks to those files named by logical table name as
a crutch (:-)) for admins who wanted to know which table file was which.
That could be handled as you've sketched above, but I think the whole
proposal has fallen by the wayside anyway.
The current discussion of symlinks is focusing on using directory
symlinks, not file symlinks, to represent/implement tablespace layout.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Philip J. Warner | 2000-06-20 14:49:59 | Re: Big 7.1 open items |
| Previous Message | Tom Lane | 2000-06-20 14:36:04 | Re: Big 7.1 open items |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Philip J. Warner | 2000-06-20 14:49:59 | Re: Big 7.1 open items |
| Previous Message | Tom Lane | 2000-06-20 14:36:04 | Re: Big 7.1 open items |