diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-12-09 21:46:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-12-09 21:46:07 +0000 |
commit | ecf4df6116c043a31f65eabfd9022a09d7490d7a (patch) | |
tree | 79e53456ca0bef2b5881b6d955480a9d7a34d595 | |
parent | a29c04a541def774b10b8f119efe3724d92ee99a (diff) | |
download | postgresql-ecf4df6116c043a31f65eabfd9022a09d7490d7a.tar.gz postgresql-ecf4df6116c043a31f65eabfd9022a09d7490d7a.zip |
Done:
< * Allow installing to directories containing spaces
> * -Allow installing to directories containing spaces
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Fri Dec 9 11:18:48 EST 2005 +Last updated: Fri Dec 9 16:45:59 EST 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1101,7 +1101,7 @@ Source Code 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 +* -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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 15da68c76f1..a677ea4870d 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Fri Dec 9 11:18:48 EST 2005 +Last updated: Fri Dec 9 16:45:59 EST 2005 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -999,7 +999,7 @@ first. <p> This is probably not possible because 'gmake' and other compiler tools do not fully support quoting of paths with spaces. </p> - </li><li>Allow installing to directories containing spaces + </li><li>-<em>Allow installing to directories containing spaces</em> <p> 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 |