"Magnus Hagander" <[EMAIL PROTECTED]> writes: > No, it's file system. > Junctions will not work on NT OS:es with FAT32. > Directory junctions require NTFSv5, which is only available on Windows > 2000 and newer.
So then there really has to be a run-time check for this. Either at initdb time, or at the time the database tries to create the link. You can't know at compile-time whether the filesystem the database will be on will support junctions. -- greg ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match