There was an error while loading. Please reload this page.
The Scenario Log is a logging system for a PostgreSQL database.
It consists of two main elements: The Scenario Log Table and the Scenario Log Function.
The system has been created to track data (flows) in software that runs on a database server.
The table is created once to get log entries.
All fields marked with (*) are retrieved from the server.
The function is written in plpgsql and is called with scenario_log(text,text,text,text,text,text,text).
It has 7 inputs and 12 outputs (see table above).
-- scenario log (project,version,io,schema_name,table_name,script_name,comment) SELECT scenario_log('eGo_PP','PP1','setup','model_draft','scenario_log','function_scenario_log.sql','Function testing');