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

Commit2b70093

Browse files
committed
RESET SESSION is more precise:
< * Add RESET CONNECTION command to reset all session state> * Add RESET SESSION command to reset all session state447c447< notify the protocol when a RESET CONNECTION command is used.> notify the protocol when a RESET SESSION command is used.
1 parent59d591e commit2b70093

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎doc/TODO

Lines changed: 3 additions & 3 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 Apr24 22:58:22 EDT 2006
5+
Last updated:Tue Apr25 10:30:50 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -435,7 +435,7 @@ SQL Commands
435435
the SQL standard requires it to be processed as a column-by-column
436436
comparison, so the proper comparison is '(a < 1) OR (a = 1 AND b < 2)'.
437437

438-
* Add RESETCONNECTION command to reset all session state
438+
* Add RESETSESSION command to reset all session state
439439

440440
This would include resetting of all variables (RESET ALL), dropping of
441441
temporary tables, removing any NOTIFYs, cursors, open transactions,
@@ -444,7 +444,7 @@ SQL Commands
444444
The difficult of this features is allowing RESET ALL to not affect
445445
changes made by the interface driver for its internal use. One idea
446446
is for this to be a protocol-only feature. Another approach is to
447-
notify the protocol when a RESETCONNECTION command is used.
447+
notify the protocol when a RESETSESSION command is used.
448448

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

‎doc/src/FAQ/TODO.html

Lines changed: 3 additions & 3 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 Apr24 22:58:22 EDT 2006
11+
Last updated:Tue Apr25 10:30:50 EDT 2006
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>.
@@ -400,15 +400,15 @@ <h1><a name="section_8">SQL Commands</a></h1>
400400
the SQL standard requires it to be processed as a column-by-column
401401
comparison, so the proper comparison is '(a &lt; 1) OR (a = 1 AND b &lt; 2)'.
402402
</p>
403-
</li><li>Add RESETCONNECTION command to reset all session state
403+
</li><li>Add RESETSESSION command to reset all session state
404404
<p> This would include resetting of all variables (RESET ALL), dropping of
405405
temporary tables, removing any NOTIFYs, cursors, open transactions,
406406
prepared queries, currval()s, etc. This could be used for connection
407407
pooling. We could also change RESET ALL to have this functionality.
408408
The difficult of this features is allowing RESET ALL to not affect
409409
changes made by the interface driver for its internal use. One idea
410410
is for this to be a protocol-only feature. Another approach is to
411-
notify the protocol when a RESETCONNECTION command is used.
411+
notify the protocol when a RESETSESSION command is used.
412412
</p>
413413
</li><li>Add GUC to issue notice about statements that use unjoined tables
414414
</li><li>Allow EXPLAIN to identify tables that were skipped because of

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp