diff options
| author | Bruce Momjian <bruce@momjian.us> | 2005-01-04 05:13:39 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2005-01-04 05:13:39 +0000 |
| commit | 24cab1e8d158661041f857a8853f936ad54a9b5b (patch) | |
| tree | aad508f5af1199b9eabd5cfb52ffbe5da2b075fe | |
| parent | cc093bc3adffb9265e5d986be1797b8ebd7ce84e (diff) | |
| download | postgresql-24cab1e8d158661041f857a8853f936ad54a9b5b.tar.gz | |
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.
| -rw-r--r-- | doc/TODO | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -2,7 +2,7 @@ TODO list for PostgreSQL ======================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sun Jan 2 16:08:00 EST 2005 +Last updated: Tue Jan 4 00:13:28 EST 2005 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -897,6 +897,14 @@ Source Code * Allow ecpg to work with MSVC and BCC * Allow building with 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. * Win32 o Remove configure.in check for link failure when cause is found |
