我需要跑
ALTER SYSTEM SET track_activity_query_size = 16384;
Run Code Online (Sandbox Code Playgroud)
所以我可以看到一些长时间运行的查询的内容(我只能看到默认大小的开头),但是当我尝试在 RDS 实例的 pgAdmin 中执行此操作时,我收到错误
ERROR: must be superuser to execute ALTER SYSTEM command
Run Code Online (Sandbox Code Playgroud)
如何运行该更改系统查询?