Re: [HACKERS] Tablespaces

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: [HACKERS] Tablespaces
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB34101AD79@Herge.rcsinc.local
обсуждение исходный текст
Ответы Re: [HACKERS] Tablespaces  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [HACKERS] Tablespaces  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers-win32
> I'm ruferring to NTFS and the win32 platforms.  How does tar handle
these
> symlinks on the NTFS filesystem?  What about if someone finds that
FAT32
> is significantly better for the database?

FAT32 is not a journaling filesystem and has no security features and is
not suitable for databases, period.  Microsoft NT setup disks do not
even allow FAT32 to be installed on disks over a certain size for the
boot partition.

PostgreSQL relies on standard features of the POSIX system, not on O/S
attributes.  AFAIK, win32 is the only non POSIX API supported by the
PosgreSQL developers.  If Microsoft's non POSIX compliance bothers you,
install Interix, which provides POSIX for win32 (including symlinks).
Or, use the linking option provided by the good folks who are doing the
native port.

Merlin

В списке pgsql-hackers-win32 по дате отправления:

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: [HACKERS] Tablespaces
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Tablespaces