> The one good reason for making it possible to use raw partitions is to
> make it possible to use the PostgreSQL engine as a filesystem!  :-)

Hmm..  Something just doesn't seem right about that thought ;)

CREATE DATABASE filesystem;
\c filesystem
CREATE EXPORT /mnt AS NFS;
\q

mount_nfs -o port=5432 localhost:/mnt /mnt
ls /mnt/pg_class



-- 
Rod Taylor <[EMAIL PROTECTED]>

PGP Key: http://www.rbt.ca/rbtpub.asc

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to