mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Done:
> o -Add a GUC variable to control the tablespace for temporary objects
This commit is contained in:
4
doc/TODO
4
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
Last updated: Wed Jan 24 21:49:55 EST 2007
|
Last updated: Wed Jan 24 23:38:55 EST 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.
|
||||||
@ -131,7 +131,7 @@ Administration
|
|||||||
requires a tool that will call that function and connect to each
|
requires a tool that will call that function and connect to each
|
||||||
database to find the objects in each database for that tablespace.
|
database to find the objects in each database for that tablespace.
|
||||||
|
|
||||||
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
|
It could start with a random tablespace from a supplied list and
|
||||||
|
@ -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: Wed Jan 24 21:49:55 EST 2007
|
Last updated: Wed Jan 24 23:38:55 EST 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>.
|
||||||
@ -123,7 +123,7 @@ first. There is also a developer's wiki at<br/>
|
|||||||
requires a tool that will call that function and connect to each
|
requires a tool that will call that function and connect to each
|
||||||
database to find the objects in each database for that tablespace.
|
database to find the objects in each database for that tablespace.
|
||||||
</p>
|
</p>
|
||||||
</li><li>%Add a GUC variable to control the tablespace for temporary objects
|
</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
|
<p> It could start with a random tablespace from a supplied list and
|
||||||
cycle through the list.
|
cycle through the list.
|
||||||
|
Reference in New Issue
Block a user