- Notifications
You must be signed in to change notification settings - Fork28
Commit0f011f6
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
2 files changed
+16
-8
lines changedLines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
454 | 454 |
| |
455 | 455 |
| |
456 | 456 |
| |
457 |
| - | |
458 |
| - | |
459 |
| - | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
460 | 464 |
| |
461 | 465 |
| |
462 | 466 |
| |
|
Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
417 | 417 |
| |
418 | 418 |
| |
419 | 419 |
| |
420 |
| - | |
421 |
| - | |
422 |
| - | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
423 | 427 |
| |
424 | 428 |
| |
425 | 429 |
| |
|
0 commit comments
Comments
(0)