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

Commitb8c06a6

Browse files
committed
Add:
> * Add RESET CONNECTION command to reset all session state329a331,334> This would include resetting of all variables (RESET ALL), dropping of> all temporary tables, removal of any NOTIFYs, etc. This could be used> for connection pooling. We could also change RESET ALL to have this> functionality.
1 parent90542f5 commitb8c06a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎doc/TODO

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated:Fri Oct 821:28:58 EDT 2004
8+
Last updated:Tue Oct1221:03:05 EDT 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web
1111
site, http://www.PostgreSQL.org.
@@ -326,7 +326,12 @@ Commands
326326
to be automatically ignored.
327327

328328
* Make row-wise comparisons work per SQL spec
329+
* Add RESET CONNECTION command to reset all session state
329330

331+
This would include resetting of all variables (RESET ALL), dropping of
332+
all temporary tables, removal of any NOTIFYs, etc. This could be used
333+
for connection pooling. We could also change RESET ALL to have this
334+
functionality.
330335

331336
* ALTER
332337
o Have ALTER TABLE RENAME rename SERIAL sequence names

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp