Hello
--
We are running pg 10.10 on AWS RDS. I want to increase work_mem for one user with following command:
ALTER ROLE test_user SET work_mem TO '50 MB';
After I run the command and log in as test_user, "show work_mem" still shows the default 4MB.
Thank you