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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容