Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0f011f6

Browse files
committed
Update text for RESET CONNECTION:
< all temporary tables, removal of any NOTIFYs, cursors, prepared< queries(?), currval()s, etc. This could be used for connection pooling.< We could also change RESET ALL to have this functionality.> temporary tables, removing any NOTIFYs, cursors, open transactions,> prepared queries, currval()s, etc. This could be used for connection> pooling. We could also change RESET ALL to have this functionality.> 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.
1 parent1b00011 commit0f011f6

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

‎doc/TODO

Lines changed: 8 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 618:03:40 EDT 2005
5+
Last updated:Mon Jun 621:59:31 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -454,9 +454,13 @@ Commands
454454
* Add RESET CONNECTION command to reset all session state
455455

456456
This would include resetting of all variables (RESET ALL), dropping of
457-
all temporary tables, removal of any NOTIFYs, cursors, prepared
458-
queries(?), currval()s, etc. This could be used for connection pooling.
459-
We could also change RESET ALL to have this functionality.
457+
temporary tables, removing any NOTIFYs, cursors, open transactions,
458+
prepared queries, currval()s, etc. This could be used for connection
459+
pooling. We could also change RESET ALL to have this functionality.
460+
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.
460464

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

‎doc/src/FAQ/TODO.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Mon Jun 618:03:40 EDT 2005
11+
Last updated: Mon Jun 621:59:31 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -417,9 +417,13 @@ <h1><a name="section_7">Commands</a></h1>
417417
</li><li>Make row-wise comparisons work per SQL spec
418418
</li><li>Add RESET CONNECTION command to reset all session state
419419
<p> This would include resetting of all variables (RESET ALL), dropping of
420-
all temporary tables, removal of any NOTIFYs, cursors, prepared
421-
queries(?), currval()s, etc. This could be used for connection pooling.
422-
We could also change RESET ALL to have this functionality.
420+
temporary tables, removing any NOTIFYs, cursors, open transactions,
421+
prepared queries, currval()s, etc. This could be used for connection
422+
pooling. We could also change RESET ALL to have this functionality.
423+
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.
423427
</p>
424428
</li><li>Allow FOR UPDATE queries to do NOWAIT locks
425429
</li><li>Add GUC to issue notice about queries that use unjoined tables

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp