On 10/11/18 11:26 AM, Mike Martin wrote:
This results in enormous log files which take ages to import using copy becuase each execute statement is logged with the parameters chosenIs there any way around this? I cant find any way to filter dml statements
pgAudit (https://github.com/pgaudit/pgaudit) gives you fine-grain control over what is logged by command type, table, or user as well as a lot more detail.
-- -David david@xxxxxxxxxxxxx