|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF"> |
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1> |
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> |
11 | | -Last updated:Mon Jun 27 19:21:55 EDT 2005 |
| 11 | +Last updated:Fri Jul 1 10:51:41 EDT 2005 |
12 | 12 | </p> |
13 | 13 | <p>The most recent version of this document can be viewed at<br/> |
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. |
@@ -389,7 +389,6 @@ <h1><a name="section_7">Commands</a></h1> |
389 | 389 | <p> Currently LISTEN/NOTIFY information is stored in pg_listener. Storing |
390 | 390 | such information in memory would improve performance. |
391 | 391 | </p> |
392 | | -</li><li>Dump large object comments in custom dump format |
393 | 392 | </li><li>Add optional textual message to NOTIFY |
394 | 393 | <p> This would allow an informational message to be added to the notify |
395 | 394 | message, perhaps indicating the row modified or other custom |
@@ -566,7 +565,7 @@ <h1><a name="section_8">Clients</a></h1> |
566 | 565 | </li><li>Add dumping of comments on index columns |
567 | 566 | </li><li>Replace crude DELETE FROM method of pg_dumpall for cleaning of |
568 | 567 | users and groups with separate DROP commands |
569 | | -</li><li>Add dumping and restoring of LOB comments |
| 568 | +</li><li>-<em>Add dumping and restoring of LOB comments</em> |
570 | 569 | </li><li>Stop dumping CASCADE on DROP TYPE commands in clean mode |
571 | 570 | </li><li>Add full object name to the tag field. eg. for operators we need |
572 | 571 | '=(integer, integer)', instead of just '='. |
|