[Documentation] Broken parameters documentation
yordis opened this issue · 1 comments
yordis commented
Hey peeps, recently, I had to fix the setup of application_name
and the parameters
value in my repo. I followed the docs, and it said that I needed to use a keyword list, but I had to switch it to a map.
I am running the following works now.
select * from pg_stat_activity as a
I am confused here. Should I fix the documentation?
yordis commented
Mistake I think 😭