Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit33a6dcf

Browse files
committed
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.
1 parent24cab1e commit33a6dcf

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

‎doc/TODO

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TODO list for PostgreSQL
33
========================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Tue Jan 4 00:13:28 EST 2005
5+
Last updated:Tue Jan 4 00:35:42 EST 2005
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -895,16 +895,17 @@ Source Code
895895
* Allow cross-compiling by generating the zic database on the target system
896896
* Improve NLS maintenace of libpgport messages linked onto applications
897897
* Allow ecpg to work with MSVC and BCC
898-
* Allow building with directories containing spaces
899-
900-
There are two capabilities here, first the ability to build from a
901-
source directory that contains spaces, and second the ability to install
902-
into a directory that contains spaces. The first is probably not
903-
possible because 'gmake' and other compiler tools do not fully support
904-
spaces in path names. The second is possible with proper quoting in
905-
the makefiles. Because PostgreSQL supports relocatable installs, it
906-
is possible to install into a directory that doesn't contain spaces and
907-
then copy the install to a directory with spaces.
898+
* Allow building in directories containing spaces
899+
900+
This is probably not possible because 'gmake' and other compiler tools
901+
do not fully support quoting of paths with spaces.
902+
903+
* Allow installing to directories containing spaces
904+
905+
This is possible if proper quoting is added to the makefiles for the
906+
install targets. Because PostgreSQL supports relocatable installs, it
907+
is already possible to install into a directory that doesn't contain
908+
spaces and then copy the install to a directory with spaces.
908909

909910
* Win32
910911
o Remove configure.in check for link failure when cause is found

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp