1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00
> 	o -Add a GUC variable to control the tablespace for temporary objects
This commit is contained in:
Bruce Momjian
2007-01-25 04:38:59 +00:00
parent 148ea5cbea
commit 9597446d11
2 changed files with 4 additions and 4 deletions

View File

@ -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

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: 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.