[GENERAL] PostgreSQL as a filesystem

2005-04-18 Thread Christopher Nelson
This isn’t a high-priority question.   I’m developing a hobby OS and I’m looking into file systems.  I’ve thought about writing my own, and that appeals, but I’m also very interested in the database-as-a-filesystem paradigm.  It would be nice to not have to write all of the stuff that goe

Re: [GENERAL] PostgreSQL as a filesystem

2005-04-18 Thread Christopher Nelson
Sorry for the misnomer. :-D Thanks for answering my question so quickly! > "Christopher Nelson" <[EMAIL PROTECTED]> writes: > > I'm developing a hobby OS and I'm looking into file systems. I've > > thought about writing my own, and that appeals, bu

Re: [GENERAL] PostgreSQL as a filesystem

2005-04-19 Thread Christopher Nelson
> On Mon, 2005-04-18 at 17:18 -0400, Tom Lane wrote: > > "Christopher Nelson" <[EMAIL PROTECTED]> writes: > > > I'm developing a hobby OS and I'm looking into file systems. I've > > > thought about writing my own, and that appeal