Re: open item: tablespace handing in pg_dump/pg_restore

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: open item: tablespace handing in pg_dump/pg_restore
Дата
Msg-id 87vfdg16yb.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: open item: tablespace handing in pg_dump/pg_restore  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-hackers
"Magnus Hagander" <mha@sollentuna.net> 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



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

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: [CYGWIN] Need for DLLINIT in Makefile.shlib
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Making rpath a bit more flexible