> > TL> (I suppose it wouldn't work in Windows for lack of hard
> links, but
> > TL> anyone trying to run a terabyte database on Windows deserves
> to
> > TL> lose anyway.)
> >
> > Windows has hard links on NTFS, they are just rarely used.
>
> We use them in PostgreSQL to support tablespaces.
No, we don't. We use NTFS Junctions which are the equivalent of
directory *symlinks*. Not hardlinks. Different thing.
//Magnus