You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,
reviewed by Neil Conway. This patch adds the following DDL commandvariants: RESET SESSION, RESET TEMP, RESET PLANS, CLOSE ALL, andDEALLOCATE ALL. RESET SESSION is intended for use by connectionpool software and the like, in order to reset a client sessionto something close to its initial state.Note that while most of these command variants can be executedinside a transaction block (but are not transaction-aware!),RESET SESSION cannot. While this is inconsistent, it is intendedto catch programmer mistakes: RESET SESSION in an open transactionblock is probably unintended.