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

Commit b3e798d

Browse files
committed
Fix word wrap:
< 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. > 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.
1 parent c14f2ba commit b3e798d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/TODO

Lines changed: 4 additions & 4 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: Mon Jun 6 21:59:31 EDT 2005
5+
Last updated: Tue Jun 7 10:12:04 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -458,9 +458,9 @@ Commands
458458
prepared queries, currval()s, etc. This could be used for connection
459459
pooling. We could also change RESET ALL to have this functionality.
460460
The difficult of this features is allowing RESET ALL to not affect
461-
changes made by the interface driver for its internal use. One idea is
462-
for this to be a protocol-only feature. Another approach is to notify
463-
the protocol when a RESET CONNECTION command is used.
461+
changes made by the interface driver for its internal use. One idea
462+
is for this to be a protocol-only feature. Another approach is to
463+
notify the protocol when a RESET CONNECTION command is used.
464464

465465
* Allow FOR UPDATE queries to do NOWAIT locks
466466
* Add GUC to issue notice about queries that use unjoined tables

doc/src/FAQ/TODO.html

Lines changed: 4 additions & 4 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: Mon Jun 6 21:59:31 EDT 2005
11+
Last updated: Tue Jun 7 10:12:04 EDT 2005
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>.
@@ -421,9 +421,9 @@ <h1><a name="section_7">Commands</a></h1>
421421
prepared queries, currval()s, etc. This could be used for connection
422422
pooling. We could also change RESET ALL to have this functionality.
423423
The difficult of this features is allowing RESET ALL to not affect
424-
changes made by the interface driver for its internal use. One idea is
425-
for this to be a protocol-only feature. Another approach is to notify
426-
the protocol when a RESET CONNECTION command is used.
424+
changes made by the interface driver for its internal use. One idea
425+
is for this to be a protocol-only feature. Another approach is to
426+
notify the protocol when a RESET CONNECTION command is used.
427427
</p>
428428
</li><li>Allow FOR UPDATE queries to do NOWAIT locks
429429
</li><li>Add GUC to issue notice about queries that use unjoined tables

0 commit comments

Comments
 (0)