I accidentally ran
ALTER DATABASE mydb SET session_preload_libraries = ''; -- empty string
and now I can't log in to my PostgreSQL (v.14) database. I'm getting
[58P01] FATAL: could not access file "": No such file or directory
Is there any way to fix this? I can't execute any command because of this error