Closed smurthys closed 6 years ago
The script addConnectionActivityLoggingReco.sql unnecessarily creates the permanent table ClassDB.PostgresLog. Function Classdb.importConnectionLog uses the permanent table and at end truncates it. Instead, the function should use a temporary table.
addConnectionActivityLoggingReco.sql
Classdb.importConnectionLog
The script
addConnectionActivityLoggingReco.sql
unnecessarily creates the permanent table ClassDB.PostgresLog. FunctionClassdb.importConnectionLog
uses the permanent table and at end truncates it. Instead, the function should use a temporary table.