Reports temporary tables creation not in the single-session mode.
Example (PostgreSQL):
CREATE TEMPORARY TABLE foo(a INT, b INT);