Skip to content
Snippets Groups Projects
  • Bruce Momjian's avatar
    b8c06a66
    Add: · b8c06a66
    Bruce Momjian authored
    > * 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.
    b8c06a66
    History
    Add:
    Bruce Momjian authored
    > * 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.