Update text for RESET CONNECTION:
authorBruce Momjian <bruce@momjian.us>
Tue, 7 Jun 2005 01:59:39 +0000 (01:59 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 7 Jun 2005 01:59:39 +0000 (01:59 +0000)
commit0f011f6daae65963cc29a1208bf662a7c13056c3
treee4825abcc320c8956792b4cbdee33a64de66d19b
parent1b000116fb7264d94f428dbfe658048546ba45e6
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.
doc/TODO
doc/src/FAQ/TODO.html