Re: Big 7.1 open items
Bruce Momjian <pgman@candle.pha.pa.us>
From: Bruce Momjian <pgman@candle.pha.pa.us>
To: Thomas Lockhart <lockhart@alumni.caltech.edu>
Cc: Peter Eisentraut <peter_e@gmx.net>, Jan Wieck <JanWieck@yahoo.com>, Tom Lane <tgl@sss.pgh.pa.us>, Hiroshi Inoue <Inoue@tpf.co.jp>, Bruce Momjian <maillist@candle.pha.pa.us>, PostgreSQL-development <pgsql-hackers@postgreSQL.org>, "Ross J. Reedstrom" <reedstrm@rice.edu>
Date: 2000-06-21T15:11:40Z
Lists: pgsql-hackers
> > Yes, I didn't like the environment variable stuff. In fact, I would > > like to not mention the symlink location anywhere in the database, so > > it can be changed without changing it in the database. > > Well, as y'all have noticed, I think there are strong reasons to use > environment variables to manage locations, and that symlinks are a > potential portability and robustness problem. Sorry, disagree. Environment variables are a pain to administer, and quite counter-intuitive. I also don't see any portability or robustness problems. Can you be more specific? > An additional point which has relevance to this whole discussion: > > In the future we may allow system resource such as tables to carry names > which use multi-byte encodings. afaik these encodings are not allowed to > be used for physical file names, and even if they were the utility of > using standard operating system utilities like ls goes way down. That is really a different issues of file names. Multi-byte table names can be made to hold just the oid. We have complete control over that because the file name will be in pg_class. > istm that from a portability and evolutionary standpoint OID-only file > names (or at least file names *not* based on relation/class names) is a > requirement. Maybe a requirement at some point for some installations, but I hope not a general requirement. -- Bruce Momjian | http://www.op.net/~candle pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026