MEDIUM
Source
CloudSploit
ID
postgresql-log-temp-files

PostgreSQL Log Temp Files

Ensures SQL instances for PostgreSQL type have log temp files flag enabled.

SQL instance for PostgreSQL databases provides log_temp_files flag. It is used to log the temporary files name and size. It is not enabled by default. Enabling it will make sure to log names and sizes of all the temporary files that were created during any operation(sort, hashes, query_results etc).

Ensure that log_temp_files flag is enabled for all PostgreSQL instances.