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

Commit24cab1e

Browse files
committed
Update item for install with 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.
1 parentcc093bc commit24cab1e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎doc/TODO

Lines changed: 9 additions & 1 deletion
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:Sun Jan2 16:08:00 EST 2005
5+
Last updated:Tue Jan4 00:13:28 EST 2005
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -897,6 +897,14 @@ Source Code
897897
* Allow ecpg to work with MSVC and BCC
898898
* Allow building with directories containing spaces
899899

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.
900908

901909
* Win32
902910
o Remove configure.in check for link failure when cause is found

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp