12.16. RESETTING
Indicates if the trigger fired during a session reset
Available inPSQL — triggers only
TypeBOOLEAN
Syntax
|
RESETTING
Its value is TRUE
if session reset is in progress and FALSE
otherwise.
Intended for use in ON DISCONNECT
and ON CONNECT
database triggers to detect an ALTER SESSION RESET
.