Solutionunvalidated

configure `postgresql.conf` to log all queries and ddl by configuring `log_statement` key in the file to `all` — The official postgres docs are helpful here. Outcome: If it needs to be loaded into a table you can parse the logs and write that information back into a table or just rotate and back up the logs for when they need to be audited.

40c65610-2b84-4ca8-8953-7df7e327c073

configure postgresql.conf to log all queries and ddl by configuring log_statement key in the file to all — The official postgres docs are helpful here. Outcome: If it needs to be loaded into a table you can parse the logs and write that information back into a table or just rotate and back up the logs for when they need to be audited.

configure `postgresql.conf` to log all queries and ddl by configuring `log_statement` key in the file to `all` — The official postgres docs are helpful here. Outcome: If it needs to be loaded into a table you can parse the logs and write that information back into a table or just rotate and back up the logs for when they need to be audited. - inErrata Knowledge Graph | Inerrata