Skip to content

Commit 631e031

Browse files
committed
Done:
< * Add tool to query pg_stat_* tables and report indexes that aren't needed < or tables that might need indexes
1 parent e6f7edb commit 631e031

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

doc/TODO

Lines changed: 1 addition & 3 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: Tue Apr 19 22:48:12 EDT 2005
5+
Last updated: Thu Apr 21 00:09:27 EDT 2005
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -331,8 +331,6 @@ Indexes
331331
one column or expression indexes, perhaps using per-index statistics
332332
* Add fillfactor to control reserved free space during index creation
333333
* Allow the creation of indexes with mixed ascending/descending specifiers
334-
* Add tool to query pg_stat_* tables and report indexes that aren't needed
335-
or tables that might need indexes
336334

337335

338336
Commands

doc/src/FAQ/TODO.html

Lines changed: 1 addition & 3 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: Tue Apr 19 22:48:12 EDT 2005
11+
Last updated: Thu Apr 21 00:09:27 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at the PostgreSQL web<br/>
1414
site, <a href="http://www.PostgreSQL.org">http://www.PostgreSQL.org</a>.
@@ -305,8 +305,6 @@ <h1><a name="section_6">Indexes</a></h1>
305305
one column or expression indexes, perhaps using per-index statistics
306306
</li><li>Add fillfactor to control reserved free space during index creation
307307
</li><li>Allow the creation of indexes with mixed ascending/descending specifiers
308-
</li><li>Add tool to query pg_stat_* tables and report indexes that aren't needed
309-
or tables that might need indexes
310308
</li></ul>
311309
<h1><a name="section_7">Commands</a></h1>
312310

0 commit comments

Comments
 (0)