Re: Big 7.1 open items

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Don Baccus <dhogaza(at)pacifier(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Jan Wieck <JanWieck(at)yahoo(dot)com>, Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>, 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-19 13:30:56
Message-ID: 200006191330.JAA16908@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> At 12:28 AM 6/19/00 -0400, Tom Lane wrote:
>
> >Being *able* to use filesystem commands to see/fix what's going on is a
> >good thing, particularly from a development/debugging standpoint.
>
> Of course it's a crutch for development, but outside of development
> circles few users will know how to use the OS in regard to the
> database.
>
> Assuming PG takes off. Of course, if it remains the realm of the
> dedicated hard-core hacker, I'm wrong.
>
> I have nothing against preserving the ability to use filesystem
> commands if there's no significant costs inherent with this approach.
> I'd view the breaking of smgr abstraction as a significant cost (though
> I agree with Ross that it Bruce's proposal shouldn't require that, I
> asked my question to flush Bruce out, if you will, because he's
> devoted to a particular outside-the-db management model).

The fact is that symlink information is already stored in the file
system. If we store symlink information in the database too, there
exists the ability for the two to get out of sync. My point is that I
think we can _not_ store symlink information in the database, and query
the file system using lstat when required.

--
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 Zeugswetter Andreas SB 2000-06-19 13:46:22 AW: OK, OK, Hiroshi's right: use a seperately-generated filename
Previous Message Bruce Momjian 2000-06-19 13:28:59 Re: Big 7.1 open items

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2000-06-19 13:39:09 Re: odbc patches
Previous Message Bruce Momjian 2000-06-19 13:28:59 Re: Big 7.1 open items