OSDN Git Service

Update wording:
authorBruce Momjian <bruce@momjian.us>
Tue, 4 Jan 2005 05:35:45 +0000 (05:35 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 4 Jan 2005 05:35:45 +0000 (05:35 +0000)
commit33a6dcfcce4e631861ffcc878183220ae4b4c6d5
tree783afa0bbf3e6b868c397b7dcc1a37e71090f64b
parent24cab1e8d158661041f857a8853f936ad54a9b5b
Update wording:

< * Allow building with directories containing spaces
> * Allow building in directories containing spaces
<   There are two capabilities here, first the ability to build from a
<   source directory that contains spaces, and second the ability to install
<   into a directory that contains spaces.  The first is probably not
<   possible because 'gmake' and other compiler tools do not fully support
<   spaces in path names.  The second is possible with proper quoting in
<   the makefiles.  Because PostgreSQL supports relocatable installs, it
<   is possible to install into a directory that doesn't contain spaces and
<   then copy the install to a directory with spaces.
>   This is probably not possible because 'gmake' and other compiler tools
>   do not fully support quoting of paths with spaces.
>
> * Allow installing to directories containing spaces
>
>   This is possible if proper quoting is added to the makefiles for the
>   install targets.  Because PostgreSQL supports relocatable installs, it
>   is already possible to install into a directory that doesn't contain
>   spaces and then copy the install to a directory with spaces.
doc/TODO