|
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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
11 |
| -Last updated:Wed Apr11 17:02:21 EDT 2007 |
| 11 | +Last updated:Thu Apr12 15:38:17 EDT 2007 |
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>.
|
@@ -464,17 +464,7 @@ <h1><a name="section_8">SQL Commands</a></h1>
|
464 | 464 | </p>
|
465 | 465 | </li><li>Add NOVICE output level for helpful messages like automatic sequence/index
|
466 | 466 | creation
|
467 |
| -</li><li>Add RESET CONNECTION command to reset all session state |
468 |
| -<p> This would include resetting of all variables (RESET ALL), dropping of |
469 |
| - temporary tables, removing any NOTIFYs, cursors, open transactions, |
470 |
| - prepared queries, currval()s, etc. This could be used for connection |
471 |
| - pooling. We could also change RESET ALL to have this functionality. |
472 |
| - The difficult of this features is allowing RESET ALL to not affect |
473 |
| - changes made by the interface driver for its internal use. One idea |
474 |
| - is for this to be a protocol-only feature. Another approach is to |
475 |
| - notify the protocol when a RESET CONNECTION command is used. |
476 |
| -<ahref="http://archives.postgresql.org/pgsql-patches/2006-04/msg00192.php">http://archives.postgresql.org/pgsql-patches/2006-04/msg00192.php</a> |
477 |
| -</p> |
| 467 | +</li><li>-<em>Add RESET SESSION command to reset all session state</em> |
478 | 468 | </li><li>Add GUC to issue notice about statements that use unjoined tables
|
479 | 469 | </li><li>Allow EXPLAIN to identify tables that were skipped because of
|
480 | 470 | constraint_exclusion
|
|