Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e48b28b

Browse files
committed
Done: < * Prevent inherited tables from expanding temporary subtables of other > * -Prevent inherited tables from expanding temporary subtables of other
1 parent 6eac4e6 commit e48b28b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Mon Aug 1 10:13:28 EDT 2005
5+
Last updated: Tue Aug 2 21:46:20 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -712,7 +712,7 @@ Indexes
712712
that can span more than one table.
713713

714714
* Allow SELECT ... FOR UPDATE on inherited tables
715-
* Prevent inherited tables from expanding temporary subtables of other
715+
* -Prevent inherited tables from expanding temporary subtables of other
716716
sessions
717717
* Add UNIQUE capability to non-btree indexes
718718
* -Use indexes for MIN() and MAX()

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Mon Aug 1 10:13:28 EDT 2005
11+
Last updated: Tue Aug 2 21:46:20 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -644,7 +644,7 @@ <h1><a name="section_13">Indexes</a></h1>
644644
that can span more than one table.
645645
</p>
646646
</li><li>Allow SELECT ... FOR UPDATE on inherited tables
647-
</li><li>Prevent inherited tables from expanding temporary subtables of other
647+
</li><li>-<em>Prevent inherited tables from expanding temporary subtables of other</em>
648648
sessions
649649
</li><li>Add UNIQUE capability to non-btree indexes
650650
</li><li>-<em>Use indexes for MIN() and MAX()</em>

0 commit comments

Comments
 (0)