I opened up my postgresql.conf file in the postgres data folder and changed the value of max_prepared_connections to a non-zero value.
However, every time I try using a "PREPARE TRANSACTION 'foo';"command, I get an error saying that max_prepared_connections is set to zero.
Am I doing anything wrong? I just want to be able to use the prepare transaction command.