]> granicus.if.org Git - postgresql/commit
Add:
authorBruce Momjian <bruce@momjian.us>
Wed, 13 Oct 2004 01:03:11 +0000 (01:03 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 13 Oct 2004 01:03:11 +0000 (01:03 +0000)
commitb8c06a66450e9ec32ab0db745ce9047c4796e2a0
treea4f5b57cc5e90c4a666215a68de32dc5f4e79ca7
parent90542f556b151bcb3c467bd8db6d3a4609f82a12
Add:

> * Add RESET CONNECTION command to reset all session state
329a331,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.
doc/TODO