Commit ecf4df61 authored by Bruce Momjian's avatar Bruce Momjian

Done:

< * Allow installing to directories containing spaces
> * -Allow installing to directories containing spaces
parent a29c04a5
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) 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 The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -1101,7 +1101,7 @@ Source Code ...@@ -1101,7 +1101,7 @@ Source Code
This is probably not possible because 'gmake' and other compiler tools This is probably not possible because 'gmake' and other compiler tools
do not fully support quoting of paths with spaces. 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 This is possible if proper quoting is added to the makefiles for the
install targets. Because PostgreSQL supports relocatable installs, it install targets. Because PostgreSQL supports relocatable installs, it
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <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/> <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>
<p>The most recent version of this document can be viewed at<br/> <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>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -999,7 +999,7 @@ first. ...@@ -999,7 +999,7 @@ first.
<p> This is probably not possible because 'gmake' and other compiler tools <p> This is probably not possible because 'gmake' and other compiler tools
do not fully support quoting of paths with spaces. do not fully support quoting of paths with spaces.
</p> </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 <p> This is possible if proper quoting is added to the makefiles for the
install targets. Because PostgreSQL supports relocatable installs, it install targets. Because PostgreSQL supports relocatable installs, it
is already possible to install into a directory that doesn't contain is already possible to install into a directory that doesn't contain
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment