diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-06-07 01:59:39 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-06-07 01:59:39 +0000 |
commit | 0f011f6daae65963cc29a1208bf662a7c13056c3 (patch) | |
tree | e4825abcc320c8956792b4cbdee33a64de66d19b /src/backend/commands/sequence.c | |
parent | 1b000116fb7264d94f428dbfe658048546ba45e6 (diff) | |
download | postgresql-0f011f6daae65963cc29a1208bf662a7c13056c3.tar.gz postgresql-0f011f6daae65963cc29a1208bf662a7c13056c3.zip |
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.
Diffstat (limited to 'src/backend/commands/sequence.c')
0 files changed, 0 insertions, 0 deletions