I'm trying to modify the max_function_args parameter in PostgreSQL, but I'm getting an error message saying that the parameter cannot be changed. I'm using PostgreSQL version X.X on operating system Y.
I've checked my user role and confirmed that I have the necessary privileges to modify configuration settings, including the max_function_args parameter. However, when I run the SET max_function_args = 200; command, I get the following error message:
ERROR: parameter "max_function_args" cannot be changed
What could be causing this issue, and how can I resolve it? Are there any additional steps I need to take to modify the max_function_args parameter, or are there any restrictions or limitations that I'm not aware of?