Closed wildtayne closed 6 years ago
ClassDB.PostgresLog is not created as a temporary table, however its use is strictly temporary - it is filled and then truncated withing importConnectionLog() only. It should be created as a temporary table within importConnectionLog().
ClassDB.PostgresLog
importConnectionLog()
It seems this is a duplicate of #204 (my fault creating 204).
I am closing this issue because #204 already has some metadata associated.
ClassDB.PostgresLog
is not created as a temporary table, however its use is strictly temporary - it is filled and then truncated withingimportConnectionLog()
only. It should be created as a temporary table withinimportConnectionLog()
.