diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-06-06 16:27:23 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-06-06 16:27:23 +0000 |
commit | 05631354f35897dc4f35378b8aa4e9a375e19f42 (patch) | |
tree | 34d8ee22cc0f550c083c7841f9e1678cc97c41f3 /doc/src | |
parent | 92bcb5abe05f351ec1dab8bcb4083c60eafb8179 (diff) |
Add URL to RESET CONNECTION:
< notify the protocol when a RESET CONNECTION command is used.
> notify the protocol when a RESET CONNECTION command is used. See
> http://archives.postgresql.org/pgsql-patches/2006-04/msg00192.php
> for a partial implementation.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 75d9a652aa8..a63c1b52988 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Tue Jun 6 09:52:15 EDT 2006 +Last updated: Tue Jun 6 12:27:12 EDT 2006 </p> <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>. @@ -418,7 +418,9 @@ first. The difficult of this features is allowing RESET ALL to not affect changes made by the interface driver for its internal use. One idea is for this to be a protocol-only feature. Another approach is to - notify the protocol when a RESET CONNECTION command is used. + notify the protocol when a RESET CONNECTION command is used. See + <a href="http://archives.postgresql.org/pgsql-patches/2006-04/msg00192.php">http://archives.postgresql.org/pgsql-patches/2006-04/msg00192.php</a> + for a partial implementation. </p> </li><li>Add GUC to issue notice about statements that use unjoined tables </li><li>Allow EXPLAIN to identify tables that were skipped because of |