mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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.
This commit is contained in:
8
doc/TODO
8
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
Last updated: Mon Jun 6 21:59:31 EDT 2005
|
Last updated: Tue Jun 7 10:12:04 EDT 2005
|
||||||
|
|
||||||
The most recent version of this document can be viewed at
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||||
@ -458,9 +458,9 @@ Commands
|
|||||||
prepared queries, currval()s, etc. This could be used for connection
|
prepared queries, currval()s, etc. This could be used for connection
|
||||||
pooling. We could also change RESET ALL to have this functionality.
|
pooling. We could also change RESET ALL to have this functionality.
|
||||||
The difficult of this features is allowing RESET ALL to not affect
|
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
|
changes made by the interface driver for its internal use. One idea
|
||||||
for this to be a protocol-only feature. Another approach is to notify
|
is for this to be a protocol-only feature. Another approach is to
|
||||||
the protocol when a RESET CONNECTION command is used.
|
notify the protocol when a RESET CONNECTION command is used.
|
||||||
|
|
||||||
* Allow FOR UPDATE queries to do NOWAIT locks
|
* Allow FOR UPDATE queries to do NOWAIT locks
|
||||||
* Add GUC to issue notice about queries that use unjoined tables
|
* Add GUC to issue notice about queries that use unjoined tables
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<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/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
||||||
Last updated: Mon Jun 6 21:59:31 EDT 2005
|
Last updated: Tue Jun 7 10:12:04 EDT 2005
|
||||||
</p>
|
</p>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<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>.
|
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||||
@ -421,9 +421,9 @@ first.
|
|||||||
prepared queries, currval()s, etc. This could be used for connection
|
prepared queries, currval()s, etc. This could be used for connection
|
||||||
pooling. We could also change RESET ALL to have this functionality.
|
pooling. We could also change RESET ALL to have this functionality.
|
||||||
The difficult of this features is allowing RESET ALL to not affect
|
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
|
changes made by the interface driver for its internal use. One idea
|
||||||
for this to be a protocol-only feature. Another approach is to notify
|
is for this to be a protocol-only feature. Another approach is to
|
||||||
the protocol when a RESET CONNECTION command is used.
|
notify the protocol when a RESET CONNECTION command is used.
|
||||||
</p>
|
</p>
|
||||||
</li><li>Allow FOR UPDATE queries to do NOWAIT locks
|
</li><li>Allow FOR UPDATE queries to do NOWAIT locks
|
||||||
</li><li>Add GUC to issue notice about queries that use unjoined tables
|
</li><li>Add GUC to issue notice about queries that use unjoined tables
|
||||||
|
Reference in New Issue
Block a user