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

Commit 0563135

Browse files
committed
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.
1 parent 92bcb5a commit 0563135

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

doc/TODO

+4-2
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 Jun 6 09:52:15 EDT 2006
5+
Last updated: Tue Jun 6 12:27:12 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -455,7 +455,9 @@ SQL Commands
455455
The difficult of this features is allowing RESET ALL to not affect
456456
changes made by the interface driver for its internal use. One idea
457457
is for this to be a protocol-only feature. Another approach is to
458-
notify the protocol when a RESET CONNECTION command is used.
458+
notify the protocol when a RESET CONNECTION command is used. See
459+
http://archives.postgresql.org/pgsql-patches/2006-04/msg00192.php
460+
for a partial implementation.
459461

460462
* Add GUC to issue notice about statements that use unjoined tables
461463
* Allow EXPLAIN to identify tables that were skipped because of

doc/src/FAQ/TODO.html

+4-2
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 Jun 6 09:52:15 EDT 2006
11+
Last updated: Tue Jun 6 12:27:12 EDT 2006
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>.
@@ -418,7 +418,9 @@ <h1><a name="section_8">SQL Commands</a></h1>
418418
The difficult of this features is allowing RESET ALL to not affect
419419
changes made by the interface driver for its internal use. One idea
420420
is for this to be a protocol-only feature. Another approach is to
421-
notify the protocol when a RESET CONNECTION command is used.
421+
notify the protocol when a RESET CONNECTION command is used. See
422+
<a href="http://archives.postgresql.org/pgsql-patches/2006-04/msg00192.php">http://archives.postgresql.org/pgsql-patches/2006-04/msg00192.php</a>
423+
for a partial implementation.
422424
</p>
423425
</li><li>Add GUC to issue notice about statements that use unjoined tables
424426
</li><li>Allow EXPLAIN to identify tables that were skipped because of

0 commit comments

Comments
 (0)