====== pears.SwitchOffNetLogging ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
CREATE EVENT "pears"."SwitchOffNetLogging" ENABLE
HANDLER
begin
update "IQXNetSettings" set "LoggingOn" = 0 where "LoggingOn" = 1
end