1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove description for:

o -Add a GUC variable to control the tablespace for temporary objects
          and sort files
<
< 	  It could start with a random tablespace from a supplied list and
< 	  cycle through the list.
<
This commit is contained in:
Bruce Momjian
2007-06-03 18:49:28 +00:00
parent acfce502ba
commit 55477d742e
2 changed files with 2 additions and 9 deletions

View File

@ -1,7 +1,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (bruce@momjian.us) Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Sat Jun 2 07:27:46 EDT 2007 Last updated: Sun Jun 3 14:49:04 EDT 2007
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.
@ -142,10 +142,6 @@ Administration
o -Add a GUC variable to control the tablespace for temporary objects o -Add a GUC variable to control the tablespace for temporary objects
and sort files and sort files
It could start with a random tablespace from a supplied list and
cycle through the list.
o Allow WAL replay of CREATE TABLESPACE to work when the directory o Allow WAL replay of CREATE TABLESPACE to work when the directory
structure on the recovery computer is different from the original structure on the recovery computer is different from the original

View File

@ -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:bruce@momjian.us">bruce@momjian.us</a>)<br/> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
Last updated: Sat Jun 2 07:27:46 EDT 2007 Last updated: Sun Jun 3 14:49:04 EDT 2007
</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>.
@ -133,9 +133,6 @@ first. There is also a developer's wiki at<br/>
</p> </p>
</li><li>-<em>Add a GUC variable to control the tablespace for temporary objects</em> </li><li>-<em>Add a GUC variable to control the tablespace for temporary objects</em>
and sort files and sort files
<p> It could start with a random tablespace from a supplied list and
cycle through the list.
</p>
</li><li>Allow WAL replay of CREATE TABLESPACE to work when the directory </li><li>Allow WAL replay of CREATE TABLESPACE to work when the directory
structure on the recovery computer is different from the original structure on the recovery computer is different from the original
</li><li>Allow per-tablespace quotas </li><li>Allow per-tablespace quotas