R/logging.R
postgresLog.Rd
Start a postgres log
postgresLog(path, sql = TRUE, explain = TRUE, analyse = FALSE)
Path to a folder where to store the log files.
Whether to log the sql information.
Whether to log the explain infotmation.
Whether to log the analyse information.
Invisible path.