logging parameters are not showin in PgAdmin

0

We have changed the RDS postgres parameters by changing the log_statement in the aws RDS console. However it is not reflecting in pGAdmin. Can we assume that the log changes would be reflected back in pGAdmin(audit log)

1 個回答
0

Hi there,

It may reflect there, you would need the pg_audit extension enabled and then to alter the databases within the instance with pgaudit.log set to 'all' and pgaudit.log_parameter set to '1' before the change though. See here for more info:

However I would say an easier approach would be to view this change through CloudTrail as any change done through the Console, CLI, or API is recorded, see the guides below for more info:

I hope that helps :)

profile pictureAWS
支援工程師
Brandon
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南